Skip to content

Commit

Permalink
updates for 50.14-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
ab9rf committed Sep 25, 2024
1 parent c770bfe commit ecd0275
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ project(dfhack)

# set up versioning.
set(DF_VERSION "50.14")
set(DFHACK_RELEASE "beta")
set(DFHACK_PRERELEASE TRUE)
set(DFHACK_RELEASE "r1")
set(DFHACK_PRERELEASE FALSE)

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

## New Features

## Fixes

## Misc Improvements

## Documentation

## API

## Lua

## Removed

# 50.14-r1

## New Tools

## New Features

## Fixes
- `preserve-rooms`: don't reserve a room for citizens that you expel from the fort
- `autobutcher`: fix regression in ordering of butcherable animals
Expand Down
2 changes: 1 addition & 1 deletion library/xml
Submodule xml updated 5 files
+8 −0 changelog.txt
+0 −1 df.jobs.xml
+0 −62 df.keybindings.xml
+2 −3 df.viewscreen.xml
+2,018 −2,019 symbols.xml

0 comments on commit ecd0275

Please sign in to comment.