8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00
This commit is contained in:
Dmitry Yemanov 2020-05-31 11:20:06 +03:00
parent adbefe97e4
commit 11dd013f0e
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# v4.0 Beta 2 (unreleased)
# v4.0 Beta 2 (14-May-2020)
## New features

View File

@ -7,12 +7,12 @@
*/
#define PRODUCT_VER_STRING "4.0.0.2009"
#define FILE_VER_STRING "WI-T4.0.0.2009"
#define LICENSE_VER_STRING "WI-T4.0.0.2009"
#define FILE_VER_STRING "WI-V4.0.0.2009"
#define LICENSE_VER_STRING "WI-V4.0.0.2009"
#define FILE_VER_NUMBER 4, 0, 0, 2009
#define FB_MAJOR_VER "4"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "2009"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 4.0 Beta 2"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 4.0 Release Candidate 1"

View File

@ -5,7 +5,7 @@
BuildVersion="$Id: writeBuildNum.sh,v 1.28732 2010/05/29 13:12:08 fsg Exp $"
BuildType=T
BuildType=V
MajorVer=4
MinorVer=0
RevNo=0
@ -20,8 +20,8 @@ Root=`dirname $Root`
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
SuffixKind="Beta"
SuffixVer="2"
SuffixKind="Release Candidate"
SuffixVer="1"
BuildSuffix="Firebird 4.0"
[ "$SuffixKind" = "" ] || BuildSuffix="$BuildSuffix $SuffixKind"
[ "$SuffixVer" = "" ] || BuildSuffix="$BuildSuffix $SuffixVer"