aboutsummaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 4e8d59f..5bb6914 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -27,7 +27,7 @@ files({
"lib/hashmap/**.h",
"lib/hashmap/**.c",
})
-defines({ 'LUSH_VERSION="0.2.1"' })
+defines({ 'LUSH_VERSION="0.2.2"' })
filter("configurations:Debug")
defines({ "DEBUG" })