aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-25 15:06:56 -0400
committerGravatar BanceDev 2024-09-25 15:06:56 -0400
commite61e70d980d80bf114fe36b3eef127f90bd3ba28 (patch)
tree6e27f0d3a2edf0f506e8877a9d09b606c27f4270
parentfixed crash from incorrect pointer indexing (diff)
v0.2.0
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index d910b16..5aa78a4 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -27,7 +27,7 @@ files({
"lib/hashmap/**.h",
"lib/hashmap/**.c",
})
-defines({ 'LUSH_VERSION="0.1.1"' })
+defines({ 'LUSH_VERSION="0.2.0"' })
filter("configurations:Debug")
defines({ "DEBUG" })