Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dyemanov committed Mar 7, 2009
1 parent 850880a commit 1b156fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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:18118
FORMAL BUILD NUMBER:18126
*/

#define PRODUCT_VER_STRING "2.1.2.18118"
#define FILE_VER_STRING "WI-V2.1.2.18118"
#define LICENSE_VER_STRING "WI-V2.1.2.18118"
#define FILE_VER_NUMBER 2, 1, 2, 18118
#define PRODUCT_VER_STRING "2.1.2.18126"
#define FILE_VER_STRING "WI-V2.1.2.18126"
#define LICENSE_VER_STRING "WI-V2.1.2.18126"
#define FILE_VER_NUMBER 2, 1, 2, 18126
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "1"
#define FB_REV_NO "2"
#define FB_BUILD_NO "18118"
#define FB_BUILD_NO "18126"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.1"
4 changes: 2 additions & 2 deletions src/jrd/isc_version.h
Expand Up @@ -17,7 +17,7 @@
* Contributor(s): ______________________________________.
*/

#define ISC_FILE_VER_STRING "WI-V6.3.4.18118"
#define ISC_FILE_VER_NUMBER 6, 3, 4, 18118
#define ISC_FILE_VER_STRING "WI-V6.3.4.18126"
#define ISC_FILE_VER_NUMBER 6, 3, 4, 18126
#define ISC_MAJOR_VER "6"
#define ISC_MINOR_VER "3"
4 changes: 2 additions & 2 deletions src/misc/writeBuildNum.sh
Expand Up @@ -3,13 +3,13 @@
# This file is used both to rebuild the header file and to set the
# environment variables on the config call

BuildVersion="$Id: writeBuildNum.sh,v 1.17894.2.15 2009-02-18 06:49:50 dimitr Exp $"
BuildVersion="$Id: writeBuildNum.sh,v 1.17894.2.16 2009-03-07 08:16:35 dimitr Exp $"

BuildType=V
MajorVer=2
MinorVer=1
RevNo=2
BuildNum=18118
BuildNum=18126

if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
Expand Down

0 comments on commit 1b156fd

Please sign in to comment.