Skip to content

Commit

Permalink
bump to 50.11-r3
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Nov 14, 2023
1 parent bf19b63 commit f2e5bed
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 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.11")
set(DFHACK_RELEASE "r2")
set(DFHACK_RELEASE "r3")
set(DFHACK_PRERELEASE FALSE)

set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
Expand Down
20 changes: 18 additions & 2 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,24 @@ Template for new versions:

# Future

## New Tools

## New Features

## Fixes

## Misc Improvements

## Documentation

## API

## Lua

## Removed

# 50.11-r3

## New Tools
- `burrow`: (reinstated) automatically expand burrows as you dig

Expand Down Expand Up @@ -95,8 +113,6 @@ Template for new versions:
- ``gui.FRAME_THIN``: a panel frame suitable for floating tooltips
- ``dfhack.buildings.completebuild``: expose new module API

## Removed

# 50.11-r2

## New Tools
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
Submodule scripts updated 1 files
+12 −0 changelog.txt

0 comments on commit f2e5bed

Please sign in to comment.