Skip to content

Commit

Permalink
Update version/submodules to 0.44.10-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed May 7, 2018
1 parent 32d83be commit 4fe5563
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ if (NOT EXISTS ${dfhack_SOURCE_DIR}/library/xml/codegen.pl OR NOT EXISTS ${dfhac
endif()

# set up versioning.
set(DF_VERSION "0.44.09")
set(DFHACK_RELEASE "r1")
set(DFHACK_PRERELEASE FALSE)
set(DF_VERSION "0.44.10")
set(DFHACK_RELEASE "alpha1")
set(DFHACK_PRERELEASE TRUE)

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

Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
================================================================================
# Future

# 0.44.10-alpha1

## New Scripts
- `gui/autogems`: a configuration UI for the `autogems` plugin

Expand Down
2 changes: 1 addition & 1 deletion library/xml
2 changes: 1 addition & 1 deletion scripts

0 comments on commit 4fe5563

Please sign in to comment.