Skip to content

Commit 4b4c26b

Browse files
author
firebirds
committed
increment build number
1 parent 8cc386a commit 4b4c26b

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

9-
#define PRODUCT_VER_STRING "5.0.0.935"
10-
#define FILE_VER_STRING "WI-T5.0.0.935"
11-
#define LICENSE_VER_STRING "WI-T5.0.0.935"
12-
#define FILE_VER_NUMBER 5, 0, 0, 935
9+
#define PRODUCT_VER_STRING "5.0.0.936"
10+
#define FILE_VER_STRING "WI-T5.0.0.936"
11+
#define LICENSE_VER_STRING "WI-T5.0.0.936"
12+
#define FILE_VER_NUMBER 5, 0, 0, 936
1313
#define FB_MAJOR_VER "5"
1414
#define FB_MINOR_VER "0"
1515
#define FB_REV_NO "0"
16-
#define FB_BUILD_NO "935"
16+
#define FB_BUILD_NO "936"
1717
#define FB_BUILD_TYPE "T"
1818
#define FB_BUILD_SUFFIX "Firebird 5.0 Beta 1"

src/misc/writeBuildNum.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BuildType=T
99
MajorVer=5
1010
MinorVer=0
1111
RevNo=0
12-
BuildNum=935
12+
BuildNum=936
1313

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

0 commit comments

Comments
 (0)