8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
This commit is contained in:
dimitr 2008-11-02 06:48:07 +00:00
parent cec181c34c
commit 01ffc205a7
3 changed files with 12 additions and 12 deletions

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:18036 FORMAL BUILD NUMBER:18046
*/ */
#define PRODUCT_VER_STRING "2.1.1.18036" #define PRODUCT_VER_STRING "2.1.2.18046"
#define FILE_VER_STRING "WI-V2.1.1.18036" #define FILE_VER_STRING "WI-V2.1.2.18046"
#define LICENSE_VER_STRING "WI-V2.1.1.18036" #define LICENSE_VER_STRING "WI-V2.1.2.18046"
#define FILE_VER_NUMBER 2, 1, 1, 18036 #define FILE_VER_NUMBER 2, 1, 2, 18046
#define FB_MAJOR_VER "2" #define FB_MAJOR_VER "2"
#define FB_MINOR_VER "1" #define FB_MINOR_VER "1"
#define FB_REV_NO "1" #define FB_REV_NO "2"
#define FB_BUILD_NO "18036" #define FB_BUILD_NO "18046"
#define FB_BUILD_TYPE "V" #define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.1" #define FB_BUILD_SUFFIX "Firebird 2.1"

View File

@ -17,7 +17,7 @@
* Contributor(s): ______________________________________. * Contributor(s): ______________________________________.
*/ */
#define ISC_FILE_VER_STRING "WI-V6.3.4.18036" #define ISC_FILE_VER_STRING "WI-V6.3.4.18046"
#define ISC_FILE_VER_NUMBER 6, 3, 4, 18036 #define ISC_FILE_VER_NUMBER 6, 3, 4, 18046
#define ISC_MAJOR_VER "6" #define ISC_MAJOR_VER "6"
#define ISC_MINOR_VER "3" #define ISC_MINOR_VER "3"

View File

@ -3,13 +3,13 @@
# This file is used both to rebuild the header file and to set the # This file is used both to rebuild the header file and to set the
# environment variables on the config call # environment variables on the config call
BuildVersion="$Id: writeBuildNum.sh,v 1.17894.2.8 2008-09-16 09:08:47 dimitr Exp $" BuildVersion="$Id: writeBuildNum.sh,v 1.17894.2.9 2008-11-02 06:46:42 dimitr Exp $"
BuildType=V BuildType=V
MajorVer=2 MajorVer=2
MinorVer=1 MinorVer=1
RevNo=1 RevNo=2
BuildNum=18036 BuildNum=18046
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds # Normal builds