mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:43:03 +01:00
nightly update
This commit is contained in:
parent
cf6e699698
commit
b2a6551324
13
ChangeLog
13
ChangeLog
@ -1,3 +1,16 @@
|
||||
2012-06-03 15:43 asfernandes
|
||||
M src/jrd/GlobalRWLock.cpp
|
||||
M src/jrd/RecordNumber.h
|
||||
M src/jrd/intl.cpp
|
||||
M src/jrd/pag.cpp
|
||||
M src/jrd/sdw.cpp
|
||||
M src/remote/client/interface.cpp
|
||||
M src/remote/remote.h
|
||||
M src/remote/server/server.cpp
|
||||
M src/yvalve/YObjects.h
|
||||
M src/yvalve/keywords.cpp
|
||||
Misc.
|
||||
|
||||
2012-06-03 03:00 asfernandes
|
||||
M examples/dbcrypt/CryptApplication.cpp
|
||||
M examples/dbcrypt/CryptKeyHolder.cpp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29988
|
||||
FORMAL BUILD NUMBER:29989
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29988"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29988"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29988"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29988
|
||||
#define PRODUCT_VER_STRING "3.0.0.29989"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29989"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29989"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29989
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29988"
|
||||
#define FB_BUILD_NO "29989"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=29988
|
||||
BuildNum=29989
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user