Skip to content

Commit

Permalink
Merge tag '9.1' into evan-goode/merge-9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Oct 26, 2024
2 parents da9c085 + 07addf2 commit 95af313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,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 0)
set(Launcher_VERSION_MINOR 1)
set(Launcher_VERSION_PATCH 0)

set(Launcher_VERSION_NAME "${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}.${Launcher_VERSION_PATCH}")
Expand Down
2 changes: 1 addition & 1 deletion program_info/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Section "Visual Studio Runtime"
Pop $0
${If} $0 == "OK"
DetailPrint "Download successful"
ExecWait "$INSTDIR\vc_redist\$vc_redist_exe /install /passive /norestart\"
ExecWait "$INSTDIR\vc_redist\$vc_redist_exe /install /passive /norestart"
${Else}
DetailPrint "Download failed with error $0"
${EndIf}
Expand Down

0 comments on commit 95af313

Please sign in to comment.