aboutsummaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua
index 0fec5e5..3818236 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -11,6 +11,7 @@ files({
"src/**.h",
"src/**.c",
})
+defines({ 'LUSH_VERSION="0.0.1"' })
filter("configurations:Debug")
defines({ "DEBUG" })