diff options
| author | 2025-02-11 10:59:54 -0500 | |
|---|---|---|
| committer | 2025-02-11 10:59:54 -0500 | |
| commit | ce3f1d22b832c01abcd28b03969864e63f01f6fa (patch) | |
| tree | b3c38c570c045ebbd172c28aeae94791cb6db4b3 | |
| parent | add globbing to command mode (diff) | |
v0.3.0
| -rw-r--r-- | premake5.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index ac736f8..823843a 100644 --- a/premake5.lua +++ b/premake5.lua @@ -27,7 +27,7 @@ files({ "lib/hashmap/**.h", "lib/hashmap/**.c", }) -defines({ 'LUSH_VERSION="0.2.3"' }) +defines({ 'LUSH_VERSION="0.3.0"' }) filter("configurations:Debug") defines({ "DEBUG" }) |
