Skip to content

Commit

Permalink
bump to 50.13-r3
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jul 4, 2024
1 parent 5bd256b commit bf967d4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 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.13")
set(DFHACK_RELEASE "r3rc3")
set(DFHACK_PRERELEASE TRUE)
set(DFHACK_RELEASE "r3")
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 @@ -51,6 +51,24 @@ Template for new versions:

# Future

## New Tools

## New Features

## Fixes

## Misc Improvements

## Documentation

## API

## Lua

## Removed

# 50.13-r2

## New Tools
- `plant`: (reinstated) tool for creating/growing/removing plants

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 bf967d4

Please sign in to comment.