Skip to content

Commit

Permalink
bump changelog to 50.12-r2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Mar 22, 2024
1 parent 7782320 commit a3cae2a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -8,7 +8,7 @@ project(dfhack)

# set up versioning.
set(DF_VERSION "50.12")
set(DFHACK_RELEASE "r2")
set(DFHACK_RELEASE "r2.1")
set(DFHACK_PRERELEASE FALSE)

set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
Expand Down
6 changes: 5 additions & 1 deletion docs/changelog.txt
Expand Up @@ -56,7 +56,6 @@ Template for new versions:
## New Features

## Fixes
- `orders`: don't intercept keyboard input for setting skill or labor restrictions on workshop workers tab when the player is setting the building nickname

## Misc Improvements

Expand All @@ -68,6 +67,11 @@ Template for new versions:

## Removed

# 50.12-r2.1

## Fixes
- `orders`: don't intercept keyboard input for setting skill or labor restrictions on workshop workers tab when the player is setting the building nickname

# 50.12-r2

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

0 comments on commit a3cae2a

Please sign in to comment.