Skip to content

Commit

Permalink
Bump to 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Jan 13, 2025
1 parent d931e8f commit bf48b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ set(Launcher_FMLLIBS_BASE_URL "https://files.prismlauncher.org/fmllibs/" CACHE S
######## Set version numbers ########
set(Launcher_VERSION_MAJOR 9)
set(Launcher_VERSION_MINOR 2)
set(Launcher_VERSION_PATCH 0)
set(Launcher_VERSION_PATCH 1)

set(Launcher_VERSION_NAME "${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}.${Launcher_VERSION_PATCH}")
set(Launcher_VERSION_NAME4 "${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}.${Launcher_VERSION_PATCH}.0")
Expand Down

0 comments on commit bf48b45

Please sign in to comment.