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
436b531774
commit
c8d6c34ec5
@ -1,3 +1,7 @@
|
||||
2016-01-30 23:40 asfernandes
|
||||
M examples/interfaces/05.user_metadata.cpp
|
||||
Correction.
|
||||
|
||||
2016-01-29 15:46 alexpeshkoff
|
||||
M src/jrd/CryptoManager.cpp
|
||||
M src/jrd/CryptoManager.h
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:32300
|
||||
FORMAL BUILD NUMBER:32301
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.32300"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32300"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32300"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32300
|
||||
#define PRODUCT_VER_STRING "3.0.0.32301"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32301"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32301"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32301
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "32300"
|
||||
#define FB_BUILD_NO "32301"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=32300
|
||||
BuildNum=32301
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user