aboutsummaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-12 21:49:22 -0400
committerGravatar BanceDev 2024-09-12 21:49:22 -0400
commit6f4a6c42b4b425e9603223d10c0046af3cefc09a (patch)
treee7fce5f1520c8465822e3a373eb743a06ab807e9 /premake5.lua
parentfixed bug in input buffer handling due to misplaced print (diff)
v0.1.1
Diffstat (limited to '')
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 39fb01c..d910b16 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -27,7 +27,7 @@ files({
"lib/hashmap/**.h",
"lib/hashmap/**.c",
})
-defines({ 'LUSH_VERSION="0.1.0"' })
+defines({ 'LUSH_VERSION="0.1.1"' })
filter("configurations:Debug")
defines({ "DEBUG" })