Skip to content

Commit

Permalink
increment build number
Browse files Browse the repository at this point in the history
  • Loading branch information
firebirds committed Apr 13, 2016
1 parent a794879 commit f29f550
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
Expand Up @@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:132
FORMAL BUILD NUMBER:136
*/

#define PRODUCT_VER_STRING "4.0.0.132"
#define FILE_VER_STRING "WI-T4.0.0.132"
#define LICENSE_VER_STRING "WI-T4.0.0.132"
#define FILE_VER_NUMBER 4, 0, 0, 132
#define PRODUCT_VER_STRING "4.0.0.136"
#define FILE_VER_STRING "WI-T4.0.0.136"
#define LICENSE_VER_STRING "WI-T4.0.0.136"
#define FILE_VER_NUMBER 4, 0, 0, 136
#define FB_MAJOR_VER "4"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "132"
#define FB_BUILD_NO "136"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 4.0 Unstable"
2 changes: 1 addition & 1 deletion src/misc/writeBuildNum.sh
Expand Up @@ -9,7 +9,7 @@ BuildType=T
MajorVer=4
MinorVer=0
RevNo=0
BuildNum=132
BuildNum=136

NowAt=`pwd`
cd `dirname $0`
Expand Down

0 comments on commit f29f550

Please sign in to comment.