Skip to content

Commit

Permalink
update refs for 50.12-r2
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Mar 21, 2024
1 parent d13c2ea commit c64ab46
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -8,8 +8,8 @@ project(dfhack)

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

set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
set(DFHACK_ABI_VERSION 2)
Expand Down
18 changes: 16 additions & 2 deletions docs/changelog.txt
Expand Up @@ -53,6 +53,22 @@ Template for new versions:

## New Tools

## New Features

## Fixes

## Misc Improvements

## Documentation

## API

## Lua

## Removed

# 50.12-r2

## New Features
- `stocks`: add button/hotkey for removing empty categories from the stocks list
- `sort`: updated and reinstated military status/squad membership/burrow membership filter for work animal assignment screen
Expand Down Expand Up @@ -102,8 +118,6 @@ Template for new versions:
- ``dfhack.units.isForgottenBeast``: make new units method available to Lua
- ``dfhack.units.getCitizens``: now includes residents by default

## Removed

# 50.12-r1.1

## Fixes
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
+13 −2 changelog.txt

0 comments on commit c64ab46

Please sign in to comment.