Skip to content

Commit 4fe5563

Browse files
committed
Update version/submodules to 0.44.10-alpha1
1 parent 32d83be commit 4fe5563

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ if (NOT EXISTS ${dfhack_SOURCE_DIR}/library/xml/codegen.pl OR NOT EXISTS ${dfhac
140140
endif()
141141

142142
# set up versioning.
143-
set(DF_VERSION "0.44.09")
144-
set(DFHACK_RELEASE "r1")
145-
set(DFHACK_PRERELEASE FALSE)
143+
set(DF_VERSION "0.44.10")
144+
set(DFHACK_RELEASE "alpha1")
145+
set(DFHACK_PRERELEASE TRUE)
146146

147147
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
148148

docs/changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
3737
================================================================================
3838
# Future
3939

40+
# 0.44.10-alpha1
41+
4042
## New Scripts
4143
- `gui/autogems`: a configuration UI for the `autogems` plugin
4244

scripts

0 commit comments

Comments
 (0)