mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
nightly update
This commit is contained in:
parent
e29b50f980
commit
e31b0e38f3
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
2012-12-23 07:10 dimitr
|
||||
M src/jrd/Attachment.cpp
|
||||
M src/jrd/Attachment.h
|
||||
M src/jrd/VirtualTable.cpp
|
||||
M src/jrd/exe.cpp
|
||||
M src/jrd/jrd.cpp
|
||||
M src/jrd/pag.cpp
|
||||
M src/jrd/shut.cpp
|
||||
M src/jrd/tra.cpp
|
||||
M src/jrd/tra.h
|
||||
Front ported my yesterday's commits to trunk.
|
||||
|
||||
2012-12-21 14:11 dimitr
|
||||
M src/jrd/cch.cpp
|
||||
Front ported to trunk.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30180
|
||||
FORMAL BUILD NUMBER:30181
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30180"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30180"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30180"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30180
|
||||
#define PRODUCT_VER_STRING "3.0.0.30181"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30181"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30181"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30181
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30180"
|
||||
#define FB_BUILD_NO "30181"
|
||||
#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=30180
|
||||
BuildNum=30181
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user