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 Sep 17, 2024
1 parent 5196d89 commit 2c8957a
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:460
FORMAL BUILD NUMBER:461
*/

#define PRODUCT_VER_STRING "6.0.0.460"
#define FILE_VER_STRING "WI-T6.0.0.460"
#define LICENSE_VER_STRING "WI-T6.0.0.460"
#define FILE_VER_NUMBER 6, 0, 0, 460
#define PRODUCT_VER_STRING "6.0.0.461"
#define FILE_VER_STRING "WI-T6.0.0.461"
#define LICENSE_VER_STRING "WI-T6.0.0.461"
#define FILE_VER_NUMBER 6, 0, 0, 461
#define FB_MAJOR_VER "6"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "460"
#define FB_BUILD_NO "461"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 6.0 Initial"
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=T
MajorVer=6
MinorVer=0
RevNo=0
BuildNum=460
BuildNum=461

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

0 comments on commit 2c8957a

Please sign in to comment.