Skip to content

Commit

Permalink
increment build number
Browse files Browse the repository at this point in the history
  • Loading branch information
hvlad committed Sep 25, 2007
1 parent 8866de0 commit 4819bac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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:16713
FORMAL BUILD NUMBER:16714
*/

#define PRODUCT_VER_STRING "2.1.0.16713"
#define FILE_VER_STRING "WI-T2.1.0.16713"
#define LICENSE_VER_STRING "WI-T2.1.0.16713"
#define FILE_VER_NUMBER 2, 1, 0, 16713
#define PRODUCT_VER_STRING "2.1.0.16714"
#define FILE_VER_STRING "WI-T2.1.0.16714"
#define LICENSE_VER_STRING "WI-T2.1.0.16714"
#define FILE_VER_NUMBER 2, 1, 0, 16714
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "1"
#define FB_REV_NO "0"
#define FB_BUILD_NO "16713"
#define FB_BUILD_NO "16714"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 2.1 Beta 2"
6 changes: 3 additions & 3 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.16871 2007-09-25 16:51:17 dimitr Exp $"
BuildVersion="$Id: writeBuildNum.sh,v 1.16872 2007-09-25 20:15:52 hvlad Exp $"

BuildType=T
MajorVer=2
MinorVer=1
RevNo=0
BuildNum=16713
BuildNum=16714

if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
Expand Down Expand Up @@ -94,7 +94,7 @@ cat >$1 <<eof
MajorVer = $MajorVer
MinorVer = $MinorVer
RevNo = $RevNo
BuildNum=16713
BuildNum=16714
BuildType = $BuildType
BuildSuffix = $BuildSuffix
Expand Down

0 comments on commit 4819bac

Please sign in to comment.