Skip to content

Commit 5c54642

Browse files
committed
prep for 51.04 release
1 parent efaf992 commit 5c54642

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

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

88
# set up versioning.
9-
set(DF_VERSION "51.03")
10-
set(DFHACK_RELEASE "r1.1")
9+
set(DF_VERSION "51.04")
10+
set(DFHACK_RELEASE "r1")
1111
set(DFHACK_PRERELEASE FALSE)
1212

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

ci/download-df.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88

99
minor=$(echo "$DF_VERSION" | cut -d. -f1)
1010
patch=$(echo "$DF_VERSION" | cut -d. -f2)
11-
if [ "$DF_VERSION" = "51.03" ]; then
11+
if [ "$DF_VERSION" = "51.03" -o "$DF_VERSION" = "51.04" ]; then
1212
patch=02
1313
fi
1414
df_url="https://www.bay12games.com/dwarves/df_${minor}_${patch}"

0 commit comments

Comments
 (0)