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
cc846933c5
commit
14d0c26529
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
2013-10-25 09:56 alexpeshkoff
|
||||
M src/auth/SecurityDatabase/LegacyServer.cpp
|
||||
cleanup
|
||||
|
||||
2013-10-24 14:47 asfernandes
|
||||
M src/jrd/recsrc/SortedStream.cpp
|
||||
Fixed CORE-4247 - Delete "where current of" cursor fails for tables with newly added fields.
|
||||
|
||||
2013-10-24 13:12 alexpeshkoff
|
||||
M src/auth/SecurityDatabase/LegacyServer.cpp
|
||||
Fixed races in legacy auth plugin
|
||||
|
||||
2013-10-23 16:02 hvlad
|
||||
M src/iscguard/iscguard.cpp
|
||||
Fixed minor bugs
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30695
|
||||
FORMAL BUILD NUMBER:30698
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30695"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30695"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30695"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30695
|
||||
#define PRODUCT_VER_STRING "3.0.0.30698"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30698"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30698"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30698
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30695"
|
||||
#define FB_BUILD_NO "30698"
|
||||
#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=30695
|
||||
BuildNum=30698
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user