Skip to content

Commit

Permalink
increment build number
Browse files Browse the repository at this point in the history
  • Loading branch information
firebirds committed May 24, 2019
1 parent 33b5bbe commit f8c304a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/jrd/build_no.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:27137
FORMAL BUILD NUMBER:27139
*/

#define PRODUCT_VER_STRING "2.5.9.27137"
#define FILE_VER_STRING "WI-V2.5.9.27137"
#define LICENSE_VER_STRING "WI-V2.5.9.27137"
#define FILE_VER_NUMBER 2, 5, 9, 27137
#define PRODUCT_VER_STRING "2.5.9.27139"
#define FILE_VER_STRING "WI-V2.5.9.27139"
#define LICENSE_VER_STRING "WI-V2.5.9.27139"
#define FILE_VER_NUMBER 2, 5, 9, 27139
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "9"
#define FB_BUILD_NO "27137"
#define FB_BUILD_NO "27139"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
2 changes: 1 addition & 1 deletion src/misc/writeBuildNum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BuildType=V
MajorVer=2
MinorVer=5
RevNo=9
BuildNum=27137
BuildNum=27139

if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
Expand Down

0 comments on commit f8c304a

Please sign in to comment.