Skip to content

Commit

Permalink
Bump version to Alpha8
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Oct 7, 2021
1 parent 8d52ef3 commit 3a80641
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ include(cmake/FreecivBuildOptions.cmake)
# Set some project variables to reuse later
set(FREECIV21_VERSION_MAJOR 3)
set(FREECIV21_VERSION_MINOR 0)
set(FREECIV21_VERSION_PATCH 20210912)
set(FREECIV21_VERSION_PATCH 20211008)
set(FREECIV21_VERSION "${FREECIV21_VERSION_MAJOR}.${FREECIV21_VERSION_MINOR}.${FREECIV21_VERSION_PATCH}")

# Set project
Expand Down
4 changes: 2 additions & 2 deletions fc_version
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

MAJOR_VERSION="3"
MINOR_VERSION="0"
PATCH_VERSION="20210912"
EMERGENCY_VERSION="6"
PATCH_VERSION="20211008"
EMERGENCY_VERSION="8"
VERSION_LABEL="-alpha"

# 1) Development until MAJOR and MINOR version numbers are
Expand Down
6 changes: 3 additions & 3 deletions utility/fc_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

#define MAJOR_VERSION 3
#define MINOR_VERSION 0
#define PATCH_VERSION 20210912
#define EMERGENCY_VERSION 6
#define PATCH_VERSION 20211008
#define EMERGENCY_VERSION 8
#ifndef VERSION_LABEL
#define VERSION_LABEL "-alpha"
#endif
#ifndef VERSION_STRING
#define VERSION_STRING "3.0.20210912.6-alpha"
#define VERSION_STRING "3.0.202110008.8-alpha"
#endif

#define NETWORK_CAPSTRING "+Freeciv21.21April13"
Expand Down

0 comments on commit 3a80641

Please sign in to comment.