Skip to content

Commit

Permalink
up version to 50.12-r2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Mar 12, 2024
1 parent be830be commit 84800b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ project(dfhack)

# set up versioning.
set(DF_VERSION "50.12")
set(DFHACK_RELEASE "r1.1")
set(DFHACK_PRERELEASE FALSE)
set(DFHACK_RELEASE "r2rc1")
set(DFHACK_PRERELEASE TRUE)

set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
set(DFHACK_ABI_VERSION 2)
Expand Down

0 comments on commit 84800b3

Please sign in to comment.