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

Bump the version number to 5.0 as decided among admins

This commit is contained in:
Dmitry Yemanov 2021-05-10 11:45:51 +03:00
parent 496956a52c
commit 33cd8818ca
3 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
v41Filter="--after=05.05.2021"
v50Filter="--after=05.05.2021"
v40Filter="--after=28.02.2016"
v30Offset=15471
v25Offset=13822
@ -41,7 +41,7 @@ fi
git fetch --all
processBranch master 0 $v41Filter
processBranch master 0 $v50Filter
processBranch v4.0-release 0 $v40Filter
processBranch B3_0_Release $v30Offset
processBranch B2_5_Release $v25Offset

View File

@ -6,13 +6,13 @@
FORMAL BUILD NUMBER:18
*/
#define PRODUCT_VER_STRING "4.1.0.18"
#define FILE_VER_STRING "WI-T4.1.0.18"
#define LICENSE_VER_STRING "WI-T4.1.0.18"
#define FILE_VER_NUMBER 4, 1, 0, 18
#define FB_MAJOR_VER "4"
#define FB_MINOR_VER "1"
#define PRODUCT_VER_STRING "5.0.0.18"
#define FILE_VER_STRING "WI-T5.0.0.18"
#define LICENSE_VER_STRING "WI-T5.0.0.18"
#define FILE_VER_NUMBER 5, 0, 0, 18
#define FB_MAJOR_VER "5"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "18"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 4.1 Initial"
#define FB_BUILD_SUFFIX "Firebird 5.0 Initial"

View File

@ -6,8 +6,8 @@
BuildVersion="$Id: writeBuildNum.sh,v 1.28732 2010/05/29 13:12:08 fsg Exp $"
BuildType=T
MajorVer=4
MinorVer=1
MajorVer=5
MinorVer=0
RevNo=0
BuildNum=18