Skip to content

Commit

Permalink
bump version to 51.02-r1 and update refs
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 23, 2025
1 parent 0808926 commit 2d99aeb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cmake_policy(SET CMP0048 NEW)
cmake_policy(SET CMP0074 NEW)

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

set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
set(DFHACK_ABI_VERSION 2)
Expand Down
6 changes: 5 additions & 1 deletion docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Template for new versions:
## Fixes

## Misc Improvements
- DFHack edit field widgets, such as the commandline editor in `gui/launcher`, now support text selection and other advanced text editing features from `gui/journal`

## Documentation

Expand All @@ -68,6 +67,11 @@ Template for new versions:

## Removed

# 51.02-r1

## Misc Improvements
- DFHack edit field widgets, such as the commandline editor in `gui/launcher`, now support text selection and other advanced text editing features from `gui/journal`

# 50.15-r2

## New Features
Expand Down
2 changes: 1 addition & 1 deletion library/xml
Submodule xml updated 1 files
+2 −0 changelog.txt
2 changes: 1 addition & 1 deletion plugins/stonesense
Submodule stonesense updated 1 files
+6 −2 docs/changelog.txt
2 changes: 1 addition & 1 deletion scripts
Submodule scripts updated 1 files
+5 −1 changelog.txt

0 comments on commit 2d99aeb

Please sign in to comment.