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

nightly update

This commit is contained in:
firebirds 2014-11-01 01:00:48 +00:00
parent 4519f5409b
commit 1a82d957a8
3 changed files with 18 additions and 7 deletions

View File

@ -1,3 +1,14 @@
2014-10-31 16:16 paul_reeves
M builds/install/misc/firebird.conf.in
Clearly mark the beginning of the architecture configuration section.
2014-10-31 10:14 dimitr
D B2_5_Replication
Removed accidentally wrong commit.
2014-10-31 10:10 dimitr
A B2_5_Replication
2014-10-30 08:03 paulbeach
M builds/posix/prefix.darwin_x86_64
Typo

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31390
FORMAL BUILD NUMBER:31393
*/
#define PRODUCT_VER_STRING "3.0.0.31390"
#define FILE_VER_STRING "WI-T3.0.0.31390"
#define LICENSE_VER_STRING "WI-T3.0.0.31390"
#define FILE_VER_NUMBER 3, 0, 0, 31390
#define PRODUCT_VER_STRING "3.0.0.31393"
#define FILE_VER_STRING "WI-T3.0.0.31393"
#define LICENSE_VER_STRING "WI-T3.0.0.31393"
#define FILE_VER_NUMBER 3, 0, 0, 31393
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31390"
#define FB_BUILD_NO "31393"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 1"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=31390
BuildNum=31393
NowAt=`pwd`
cd `dirname $0`