8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 03:23:04 +01:00

nightly update

This commit is contained in:
firebirds 2013-12-20 00:37:06 +00:00
parent d0a916138f
commit aa2333cec6
3 changed files with 20 additions and 7 deletions

View File

@ -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

View File

@ -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"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=30800
BuildNum=30802
NowAt=`pwd`
cd `dirname $0`