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

Updated the version info

This commit is contained in:
Dmitry Yemanov 2019-01-22 21:55:31 +03:00
parent 1c7bb8dc0a
commit aa9730cb7e
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@
#define FB_REV_NO "0" #define FB_REV_NO "0"
#define FB_BUILD_NO "1391" #define FB_BUILD_NO "1391"
#define FB_BUILD_TYPE "T" #define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 4.0 Alpha 1" #define FB_BUILD_SUFFIX "Firebird 4.0 Beta 1"

View File

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