8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 05:23:03 +01:00

Updated the version info.

This commit is contained in:
dimitr 2014-10-12 18:24:43 +00:00
parent c642ddca82
commit a4a0502017
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@
#define FB_REV_NO "0"
#define FB_BUILD_NO "31364"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 1"

View File

@ -20,7 +20,7 @@ Root=`dirname $Root`
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
SuffixKind="Alpha 2"
SuffixKind="Beta 1"
SuffixVer=""
BuildSuffix="Firebird 3.0"
[ "$SuffixKind" = "" ] || BuildSuffix="$BuildSuffix $SuffixKind"