aboutsummaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-27 10:58:03 -0400
committerGravatar BanceDev 2024-09-27 10:58:03 -0400
commit6936feebe8eac9c962439ff2bf60cfb23d1859ca (patch)
tree64d2e62cae1a12944e485837f19fa8ed6d9c576f /premake5.lua
parentadded redirect/append for stdout, stderr, or both (diff)
v0.2.3
Diffstat (limited to '')
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 5bb6914..ac736f8 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -27,7 +27,7 @@ files({
"lib/hashmap/**.h",
"lib/hashmap/**.c",
})
-defines({ 'LUSH_VERSION="0.2.2"' })
+defines({ 'LUSH_VERSION="0.2.3"' })
filter("configurations:Debug")
defines({ "DEBUG" })