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