Version bump to 1.1.0
Continuous integration / Validate Lua.xml, LuaDocumentation.xml (push) Has been cancelled
Continuous integration / Ubuntu (ARM) (push) Has been cancelled
Continuous integration / Ubuntu (x86_64) (push) Has been cancelled
Continuous integration / macOS (M1) (push) Has been cancelled
Continuous integration / macOS (Intel) (push) Has been cancelled
Continuous integration / Windows (push) Has been cancelled
CodeQL Advanced / Analyze C++ (push) Has been cancelled

This commit is contained in:
teejusb
2025-06-22 23:08:45 -07:00
parent 84eb9b9b3a
commit 159391b8a2
+2 -2
View File
@@ -1,7 +1,7 @@
# Set up version numbers according to the new scheme. # Set up version numbers according to the new scheme.
set(SM_VERSION_MAJOR 1) set(SM_VERSION_MAJOR 1)
set(SM_VERSION_MINOR 0) set(SM_VERSION_MINOR 1)
set(SM_VERSION_PATCH 2) set(SM_VERSION_PATCH 0)
set(SM_VERSION_TRADITIONAL set(SM_VERSION_TRADITIONAL
"${SM_VERSION_MAJOR}.${SM_VERSION_MINOR}.${SM_VERSION_PATCH}") "${SM_VERSION_MAJOR}.${SM_VERSION_MINOR}.${SM_VERSION_PATCH}")