Skip to content

Commit

Permalink
Bump to 0.47.05-r4
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Mar 9, 2022
1 parent 7aaccb7 commit cf54b84
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ endif()

# set up versioning.
set(DF_VERSION "0.47.05")
set(DFHACK_RELEASE "r3")
set(DFHACK_RELEASE "r4")
set(DFHACK_PRERELEASE FALSE)

set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
Expand Down
16 changes: 16 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:

# Future

## New Plugins

## Removed

## Fixes

## Misc Improvements

## Documentation

## API

## Lua

# 0.47.05-r4

## Fixes
- `blueprint`: fixed passing incorrect parameters to `gui/blueprint` when you run ``blueprint gui`` with optional params
- `blueprint`: key sequences for constructed walls and down stairs are now correct
Expand Down
2 changes: 1 addition & 1 deletion library/xml
Submodule xml updated 1 files
+8 −1 changelog.txt
2 changes: 1 addition & 1 deletion scripts
Submodule scripts updated 1 files
+10 −2 changelog.txt

0 comments on commit cf54b84

Please sign in to comment.