Skip to content

Commit

Permalink
increment build number
Browse files Browse the repository at this point in the history
  • Loading branch information
firebirds committed Sep 5, 2018
1 parent fac2555 commit 4afd950
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:33044
FORMAL BUILD NUMBER:33045
*/

#define PRODUCT_VER_STRING "3.0.4.33044"
#define FILE_VER_STRING "WI-V3.0.4.33044"
#define LICENSE_VER_STRING "WI-V3.0.4.33044"
#define FILE_VER_NUMBER 3, 0, 4, 33044
#define PRODUCT_VER_STRING "3.0.4.33045"
#define FILE_VER_STRING "WI-V3.0.4.33045"
#define LICENSE_VER_STRING "WI-V3.0.4.33045"
#define FILE_VER_NUMBER 3, 0, 4, 33045
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "4"
#define FB_BUILD_NO "33044"
#define FB_BUILD_NO "33045"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 3.0"
2 changes: 1 addition & 1 deletion src/misc/writeBuildNum.sh
Expand Up @@ -9,7 +9,7 @@ BuildType=V
MajorVer=3
MinorVer=0
RevNo=4
BuildNum=33044
BuildNum=33045

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

0 comments on commit 4afd950

Please sign in to comment.