aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-11 13:56:17 -0400
committerGravatar BanceDev 2024-09-11 13:56:17 -0400
commitdaace6e369745707181fc0cdf8489cf8a14b56f1 (patch)
tree645f17784efd05e260be4f92b346aee20cd830cc
parentinitialized OLDPWD properly (diff)
v0.1.0
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 1804d09..39fb01c 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -27,7 +27,7 @@ files({
"lib/hashmap/**.h",
"lib/hashmap/**.c",
})
-defines({ 'LUSH_VERSION="0.0.1"' })
+defines({ 'LUSH_VERSION="0.1.0"' })
filter("configurations:Debug")
defines({ "DEBUG" })