Skip to content

Commit

Permalink
update to 50.09-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jun 26, 2023
1 parent c8c8f2e commit 0902754
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Expand Up @@ -7,9 +7,9 @@ cmake_policy(SET CMP0074 NEW)
project(dfhack)

# set up versioning.
set(DF_VERSION "50.09sdl2-3")
set(DFHACK_RELEASE "rc1")
set(DFHACK_PRERELEASE TRUE)
set(DF_VERSION "50.09")
set(DFHACK_RELEASE "r1")
set(DFHACK_PRERELEASE FALSE)

set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
set(DFHACK_ABI_VERSION 1)
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.txt
Expand Up @@ -49,6 +49,8 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:

## Removed

# 50.09-r1

# 50.08-r4

## New Plugins
Expand Down
2 changes: 1 addition & 1 deletion library/xml
Submodule xml updated 1 files
+4 −0 changelog.txt
2 changes: 1 addition & 1 deletion scripts

0 comments on commit 0902754

Please sign in to comment.