mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
nightly update
This commit is contained in:
parent
e8abd4c201
commit
a1d0c2b52a
@ -1,3 +1,12 @@
|
||||
2014-07-06 21:15 hvlad
|
||||
M src/auth/trusted/AuthSspi.cpp
|
||||
Fixed Windows build
|
||||
|
||||
2014-07-06 18:47 asfernandes
|
||||
M src/isql/extract.epp
|
||||
M src/isql/isql.h
|
||||
Get rid of warnings and two set of constants chasing the same "number space".
|
||||
|
||||
2014-07-05 18:36 asfernandes
|
||||
M src/jrd/DatabaseSnapshot.cpp
|
||||
M src/jrd/UserManagement.cpp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:31214
|
||||
FORMAL BUILD NUMBER:31216
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.31214"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31214"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31214"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31214
|
||||
#define PRODUCT_VER_STRING "3.0.0.31216"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31216"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31216"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31216
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "31214"
|
||||
#define FB_BUILD_NO "31216"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=31214
|
||||
BuildNum=31216
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user