Skip to content

Commit

Permalink
increment build number
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 20, 2023
1 parent f7b0900 commit 5e53467
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:3042
FORMAL BUILD NUMBER:3045
*/

#define PRODUCT_VER_STRING "4.0.5.3042"
#define FILE_VER_STRING "WI-V4.0.5.3042"
#define LICENSE_VER_STRING "WI-V4.0.5.3042"
#define FILE_VER_NUMBER 4, 0, 5, 3042
#define PRODUCT_VER_STRING "4.0.5.3045"
#define FILE_VER_STRING "WI-V4.0.5.3045"
#define LICENSE_VER_STRING "WI-V4.0.5.3045"
#define FILE_VER_NUMBER 4, 0, 5, 3045
#define FB_MAJOR_VER "4"
#define FB_MINOR_VER "0"
#define FB_REV_NO "5"
#define FB_BUILD_NO "3042"
#define FB_BUILD_NO "3045"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 4.0"
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=4
MinorVer=0
RevNo=5
BuildNum=3042
BuildNum=3045

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

0 comments on commit 5e53467

Please sign in to comment.