8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 05:23:03 +01:00

increment build number

This commit is contained in:
paulbeach 2008-02-06 16:21:00 +00:00
parent 83c2a49d0e
commit 97c320ef5c

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT *** *** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:18272 FORMAL BUILD NUMBER:18273
*/ */
#define PRODUCT_VER_STRING "2.5.0.18272" #define PRODUCT_VER_STRING "2.5.0.18273"
#define FILE_VER_STRING "WI-T2.5.0.18272" #define FILE_VER_STRING "WI-T2.5.0.18273"
#define LICENSE_VER_STRING "WI-T2.5.0.18272" #define LICENSE_VER_STRING "WI-T2.5.0.18273"
#define FILE_VER_NUMBER 2, 5, 0, 18272 #define FILE_VER_NUMBER 2, 5, 0, 18273
#define FB_MAJOR_VER "2" #define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5" #define FB_MINOR_VER "5"
#define FB_REV_NO "0" #define FB_REV_NO "0"
#define FB_BUILD_NO "18272" #define FB_BUILD_NO "18273"
#define FB_BUILD_TYPE "T" #define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 2.5 Unstable " #define FB_BUILD_SUFFIX "Firebird 2.5 Unstable "