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
d0a916138f
commit
aa2333cec6
13
ChangeLog
13
ChangeLog
@ -1,3 +1,16 @@
|
||||
2013-12-19 13:48 alexpeshkoff
|
||||
M src/common/classes/ClumpletReader.cpp
|
||||
M src/include/consts_pub.h
|
||||
M src/jrd/svc.cpp
|
||||
M src/msgs/facilities2.sql
|
||||
M src/msgs/messages2.sql
|
||||
M src/utilities/fbsvcmgr/fbsvcmgr.cpp
|
||||
Fixed CORE-4298: fbsvcmgr doesn't recognise sts_record_versions and other sts switches
|
||||
|
||||
2013-12-19 11:41 dimitr
|
||||
M src/remote/server/server.cpp
|
||||
I prefer to explicitly initialize suspicious pointers. Related to CORE-4300 (although there's no crash here).
|
||||
|
||||
2013-12-17 16:24 alexpeshkoff
|
||||
M doc/sql.extensions/README.user_management
|
||||
M src/dsql/DdlNodes.epp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30800
|
||||
FORMAL BUILD NUMBER:30802
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30800"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30800"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30800"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30800
|
||||
#define PRODUCT_VER_STRING "3.0.0.30802"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30802"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30802"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30802
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30800"
|
||||
#define FB_BUILD_NO "30802"
|
||||
#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=30800
|
||||
BuildNum=30802
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user