Skip to content

Commit 0506ee7

Browse files
committed
increment build number
1 parent 8022906 commit 0506ee7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

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:3315
6+
FORMAL BUILD NUMBER:3318
77
*/
88

9-
#define PRODUCT_VER_STRING "4.0.8.3315"
10-
#define FILE_VER_STRING "WI-V4.0.8.3315"
11-
#define LICENSE_VER_STRING "WI-V4.0.8.3315"
12-
#define FILE_VER_NUMBER 4, 0, 8, 3315
9+
#define PRODUCT_VER_STRING "4.0.8.3318"
10+
#define FILE_VER_STRING "WI-V4.0.8.3318"
11+
#define LICENSE_VER_STRING "WI-V4.0.8.3318"
12+
#define FILE_VER_NUMBER 4, 0, 8, 3318
1313
#define FB_MAJOR_VER "4"
1414
#define FB_MINOR_VER "0"
1515
#define FB_REV_NO "8"
16-
#define FB_BUILD_NO "3315"
16+
#define FB_BUILD_NO "3318"
1717
#define FB_BUILD_TYPE "V"
1818
#define FB_BUILD_SUFFIX "Firebird 4.0"

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=4
1010
MinorVer=0
1111
RevNo=8
12-
BuildNum=3315
12+
BuildNum=3318
1313

1414
NowAt=`pwd`
1515
cd `dirname $0`

0 commit comments

Comments
 (0)