Skip to content

Commit

Permalink
bump version to 51.03-r1
Browse files Browse the repository at this point in the history
revert scripts and stonesense to 51.02-r1 tags to exclude new features
that aren't ready yet
  • Loading branch information
myk002 committed Jan 25, 2025
1 parent 3ff7bfb commit da50931
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_policy(SET CMP0048 NEW)
cmake_policy(SET CMP0074 NEW)

# set up versioning.
set(DF_VERSION "51.02")
set(DF_VERSION "51.03")
set(DFHACK_RELEASE "r1")
set(DFHACK_PRERELEASE FALSE)

Expand Down
6 changes: 5 additions & 1 deletion docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Template for new versions:
## New Features

## Fixes
- `gui/gm-editor`: fix Enter key not being recognized for opening the selected object

## Misc Improvements

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

## Removed

# 51.03-r1

## Fixes
- `gui/gm-editor`: fix Enter key not being recognized for opening the selected object

# 51.02-r1

## Misc Improvements
Expand Down
2 changes: 1 addition & 1 deletion scripts

0 comments on commit da50931

Please sign in to comment.