mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
nightly update
This commit is contained in:
parent
361c5a3b38
commit
38922b467e
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2012-11-22 17:17 dimitr
|
||||
M src/jrd/tpc.cpp
|
||||
M src/jrd/tpc_proto.h
|
||||
M src/jrd/tra.cpp
|
||||
Implemented CORE-3994: Improve the limbo transactions scan at the end of the sweep.
|
||||
Also, fixed the mistake in the refactored code (see the first change in the diff).
|
||||
|
||||
2012-11-22 13:55 asfernandes
|
||||
M src/jrd/dfw.epp
|
||||
Fixed CORE-3992 - No records in the table rdb$dependencies for ddl trigger.
|
||||
|
||||
2012-11-21 14:51 mapopa
|
||||
M configure.in
|
||||
Fix echo in configure : Firebird3 package
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30139
|
||||
FORMAL BUILD NUMBER:30141
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30139"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30139"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30139"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30139
|
||||
#define PRODUCT_VER_STRING "3.0.0.30141"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30141"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30141"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30141
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30139"
|
||||
#define FB_BUILD_NO "30141"
|
||||
#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=30139
|
||||
BuildNum=30141
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user