mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 01:23:03 +01:00
increment build number
This commit is contained in:
parent
ea0b6b5ae6
commit
9391a0a1f5
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:2855
|
||||
FORMAL BUILD NUMBER:2856
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "4.0.3.2855"
|
||||
#define FILE_VER_STRING "WI-V4.0.3.2855"
|
||||
#define LICENSE_VER_STRING "WI-V4.0.3.2855"
|
||||
#define FILE_VER_NUMBER 4, 0, 3, 2855
|
||||
#define PRODUCT_VER_STRING "4.0.3.2856"
|
||||
#define FILE_VER_STRING "WI-V4.0.3.2856"
|
||||
#define LICENSE_VER_STRING "WI-V4.0.3.2856"
|
||||
#define FILE_VER_NUMBER 4, 0, 3, 2856
|
||||
#define FB_MAJOR_VER "4"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "3"
|
||||
#define FB_BUILD_NO "2855"
|
||||
#define FB_BUILD_NO "2856"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 4.0"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=4
|
||||
MinorVer=0
|
||||
RevNo=3
|
||||
BuildNum=2855
|
||||
BuildNum=2856
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user