Skip to content

Commit 684199c

Browse files
author
firebirds
committed
increment build number
1 parent 8b7ee77 commit 684199c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/jrd/build_no.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
*** DO NOT EDIT ***
44
TO CHANGE ANY INFORMATION IN HERE PLEASE
55
EDIT src/misc/writeBuildNum.sh
6-
FORMAL BUILD NUMBER:27019
6+
FORMAL BUILD NUMBER:27020
77
*/
88

9-
#define PRODUCT_VER_STRING "2.5.6.27019"
10-
#define FILE_VER_STRING "WI-V2.5.6.27019"
11-
#define LICENSE_VER_STRING "WI-V2.5.6.27019"
12-
#define FILE_VER_NUMBER 2, 5, 6, 27019
9+
#define PRODUCT_VER_STRING "2.5.6.27020"
10+
#define FILE_VER_STRING "WI-V2.5.6.27020"
11+
#define LICENSE_VER_STRING "WI-V2.5.6.27020"
12+
#define FILE_VER_NUMBER 2, 5, 6, 27020
1313
#define FB_MAJOR_VER "2"
1414
#define FB_MINOR_VER "5"
1515
#define FB_REV_NO "6"
16-
#define FB_BUILD_NO "27019"
16+
#define FB_BUILD_NO "27020"
1717
#define FB_BUILD_TYPE "V"
1818
#define FB_BUILD_SUFFIX "Firebird 2.5"

src/misc/writeBuildNum.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BuildType=V
99
MajorVer=2
1010
MinorVer=5
1111
RevNo=6
12-
BuildNum=27019
12+
BuildNum=27020
1313

1414
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
1515
# Normal builds

0 commit comments

Comments
 (0)