File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 6
6
FORMAL BUILD NUMBER:1219
7
7
*/
8
8
9
- #define PRODUCT_VER_STRING "5 .0.0.1219"
10
- #define FILE_VER_STRING "WI-V5 .0.0.1219"
11
- #define LICENSE_VER_STRING "WI-V5 .0.0.1219"
12
- #define FILE_VER_NUMBER 5 , 0, 0, 1219
13
- #define FB_MAJOR_VER "5 "
9
+ #define PRODUCT_VER_STRING "6 .0.0.1219"
10
+ #define FILE_VER_STRING "WI-T6 .0.0.1219"
11
+ #define LICENSE_VER_STRING "WI-T6 .0.0.1219"
12
+ #define FILE_VER_NUMBER 6 , 0, 0, 1219
13
+ #define FB_MAJOR_VER "6 "
14
14
#define FB_MINOR_VER "0"
15
15
#define FB_REV_NO "0"
16
16
#define FB_BUILD_NO "1219"
17
- #define FB_BUILD_TYPE "V "
18
- #define FB_BUILD_SUFFIX "Firebird 5 .0 Release Candidate 1 "
17
+ #define FB_BUILD_TYPE "T "
18
+ #define FB_BUILD_SUFFIX "Firebird 6 .0 Initial "
Original file line number Diff line number Diff line change 5
5
6
6
BuildVersion=" $Id : writeBuildNum.sh,v 1.28732 2010/05/29 13:12:08 fsg Exp $"
7
7
8
- BuildType=V
9
- MajorVer=5
8
+ BuildType=T
9
+ MajorVer=6
10
10
MinorVer=0
11
11
RevNo=0
12
12
BuildNum=1219
@@ -20,8 +20,8 @@ Root=`dirname $Root`
20
20
21
21
if [ " $SPECIAL_BUILD_SUFFIX " = " " ]; then
22
22
# Normal builds
23
- SuffixKind=" Release Candidate "
24
- SuffixVer=" 1 "
23
+ SuffixKind=" Initial "
24
+ SuffixVer=" "
25
25
BuildSuffix=" Firebird $MajorVer .$MinorVer "
26
26
[ " $SuffixKind " = " " ] || BuildSuffix=" $BuildSuffix $SuffixKind "
27
27
[ " $SuffixVer " = " " ] || BuildSuffix=" $BuildSuffix $SuffixVer "
You can’t perform that action at this time.
0 commit comments