mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 03:23:04 +01:00
nightly update
This commit is contained in:
parent
a66366bc82
commit
298d3f6844
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
2013-08-18 18:53 asfernandes
|
||||
M src/jrd/EngineInterface.h
|
||||
M src/jrd/cch.cpp
|
||||
M src/jrd/dfw.epp
|
||||
M src/jrd/sort.cpp
|
||||
M src/msgs/facilities2.sql
|
||||
Misc.
|
||||
|
||||
2013-08-18 15:32 dimitr
|
||||
M src/jrd/opt.cpp
|
||||
Fixed the optimizer regression causing different from FB2 plans being generated + some cleanup.
|
||||
|
||||
2013-08-16 12:44 alexpeshkoff
|
||||
M src/common/classes/locks.h
|
||||
M src/jrd/Attachment.h
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30594
|
||||
FORMAL BUILD NUMBER:30596
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30594"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30594"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30594"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30594
|
||||
#define PRODUCT_VER_STRING "3.0.0.30596"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30596"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30596"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30596
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30594"
|
||||
#define FB_BUILD_NO "30596"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=30594
|
||||
BuildNum=30596
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user