Skip to content

Commit 2d99aeb

Browse files
committed
bump version to 51.02-r1 and update refs
1 parent 0808926 commit 2d99aeb

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ cmake_policy(SET CMP0048 NEW)
66
cmake_policy(SET CMP0074 NEW)
77

88
# set up versioning.
9-
set(DF_VERSION "51.01")
10-
set(DFHACK_RELEASE "beta")
11-
set(DFHACK_PRERELEASE TRUE)
9+
set(DF_VERSION "51.02")
10+
set(DFHACK_RELEASE "r1")
11+
set(DFHACK_PRERELEASE FALSE)
1212

1313
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
1414
set(DFHACK_ABI_VERSION 2)

docs/changelog.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Template for new versions:
5858
## Fixes
5959

6060
## Misc Improvements
61-
- 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`
6261

6362
## Documentation
6463

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

6968
## Removed
7069

70+
# 51.02-r1
71+
72+
## Misc Improvements
73+
- 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`
74+
7175
# 50.15-r2
7276

7377
## New Features

library/xml

Submodule xml updated 1 file

plugins/stonesense

scripts

0 commit comments

Comments
 (0)