diff options
| author | 2024-09-12 21:49:22 -0400 | |
|---|---|---|
| committer | 2024-09-12 21:49:22 -0400 | |
| commit | 6f4a6c42b4b425e9603223d10c0046af3cefc09a (patch) | |
| tree | e7fce5f1520c8465822e3a373eb743a06ab807e9 /premake5.lua | |
| parent | fixed bug in input buffer handling due to misplaced print (diff) | |
v0.1.1
Diffstat (limited to '')
| -rw-r--r-- | premake5.lua | 2 |
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" }) |
