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:
parent
c642ddca82
commit
a4a0502017
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user