diff options
| author | 2024-09-25 18:37:35 -0400 | |
|---|---|---|
| committer | 2024-09-25 18:37:35 -0400 | |
| commit | 4cf1cba43f44579dcecaf1651e459a66c252126e (patch) | |
| tree | f7c96058e66c999015319ff0d14879c4bb985632 | |
| parent | fixed semicolon chaining functionality (diff) | |
v0.2.1
| -rw-r--r-- | premake5.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index 5aa78a4..4e8d59f 100644 --- a/premake5.lua +++ b/premake5.lua @@ -27,7 +27,7 @@ files({ "lib/hashmap/**.h", "lib/hashmap/**.c", }) -defines({ 'LUSH_VERSION="0.2.0"' }) +defines({ 'LUSH_VERSION="0.2.1"' }) filter("configurations:Debug") defines({ "DEBUG" }) |
