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 Mar 20, 2024
1 parent bbd35ab commit 849ecbd
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:1369
FORMAL BUILD NUMBER:1370
*/

#define PRODUCT_VER_STRING "5.0.1.1369"
#define FILE_VER_STRING "WI-V5.0.1.1369"
#define LICENSE_VER_STRING "WI-V5.0.1.1369"
#define FILE_VER_NUMBER 5, 0, 1, 1369
#define PRODUCT_VER_STRING "5.0.1.1370"
#define FILE_VER_STRING "WI-V5.0.1.1370"
#define LICENSE_VER_STRING "WI-V5.0.1.1370"
#define FILE_VER_NUMBER 5, 0, 1, 1370
#define FB_MAJOR_VER "5"
#define FB_MINOR_VER "0"
#define FB_REV_NO "1"
#define FB_BUILD_NO "1369"
#define FB_BUILD_NO "1370"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 5.0"
2 changes: 1 addition & 1 deletion src/misc/writeBuildNum.sh
Expand Up @@ -9,7 +9,7 @@ BuildType=V
MajorVer=5
MinorVer=0
RevNo=1
BuildNum=1369
BuildNum=1370

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

0 comments on commit 849ecbd

Please sign in to comment.