diff options
| author | 2024-09-26 23:17:58 -0400 | |
|---|---|---|
| committer | 2024-09-26 23:17:58 -0400 | |
| commit | 4028df2a57da1a8a255dbf3fcc84132dda03e9ed (patch) | |
| tree | e9505aa6087e9f5c264afdc9dd52a48c0f21c7df /premake5.lua | |
| parent | updated history tests (diff) | |
v0.2.2
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 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" }) |
