Skip to content

Commit

Permalink
update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed May 22, 2024
1 parent a55bd92 commit cc27b97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project(dfhack)

# set up versioning.
set(DF_VERSION "50.13")
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
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Template for new versions:
## New Features

## Fixes
- `suspendmanager`: stop suspending single tile stair constructions

## Misc Improvements

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

## Removed

# 50.13-r2.1

## Fixes
- `suspendmanager`: stop suspending single tile stair constructions

# 50.13-r2

## New Tools
Expand Down

0 comments on commit cc27b97

Please sign in to comment.