We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c5e12 commit b4ec0b9Copy full SHA for b4ec0b9
CMakeLists.txt
@@ -195,7 +195,7 @@ set(Launcher_FMLLIBS_BASE_URL "https://files.prismlauncher.org/fmllibs/" CACHE S
195
######## Set version numbers ########
196
set(Launcher_VERSION_MAJOR 1)
197
set(Launcher_VERSION_MINOR 4)
198
-set(Launcher_VERSION_PATCH 3)
+set(Launcher_VERSION_PATCH 4)
199
set(Launcher_VERSION_CODENAME "Sequoia")
200
201
set(Launcher_VERSION_NAME "${Launcher_VERSION_CODENAME}-${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}.${Launcher_VERSION_PATCH}")
0 commit comments