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

Prepare for RC1 release

This commit is contained in:
Dmitry Yemanov 2023-09-14 21:27:56 +03:00
parent 2375c3d449
commit 90d0e34adf
2 changed files with 7 additions and 7 deletions

View File

@ -7,12 +7,12 @@
*/
#define PRODUCT_VER_STRING "5.0.0.1211"
#define FILE_VER_STRING "WI-T5.0.0.1211"
#define LICENSE_VER_STRING "WI-T5.0.0.1211"
#define FILE_VER_STRING "WI-V5.0.0.1211"
#define LICENSE_VER_STRING "WI-V5.0.0.1211"
#define FILE_VER_NUMBER 5, 0, 0, 1211
#define FB_MAJOR_VER "5"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "1211"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 5.0 Beta 2"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 5.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=5
MinorVer=0
RevNo=0
@ -20,8 +20,8 @@ Root=`dirname $Root`
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
SuffixKind="Beta 2"
SuffixVer=""
SuffixKind="Release Candidate"
SuffixVer="1"
BuildSuffix="Firebird $MajorVer.$MinorVer"
[ "$SuffixKind" = "" ] || BuildSuffix="$BuildSuffix $SuffixKind"
[ "$SuffixVer" = "" ] || BuildSuffix="$BuildSuffix $SuffixVer"