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

nightly update

This commit is contained in:
firebirds 2015-03-18 00:13:22 +00:00
parent bd1094a671
commit 408d6c17ad
3 changed files with 23 additions and 7 deletions

View File

@ -1,3 +1,19 @@
2015-03-17 21:44 asfernandes
M src/auth/SecurityDatabase/LegacyManagement.epp
M src/auth/SecurityDatabase/LegacyServer.cpp
M src/jrd/Record.h
M src/jrd/pcmet.epp
M src/jrd/vio.cpp
M src/msgs/facilities2.sql
M src/remote/server/server.cpp
M src/yvalve/MasterImplementation.cpp
M src/yvalve/why.cpp
Misc.
2015-03-17 09:15 paulbeach
M builds/install/arch-specific/darwin/launchdss.org.firebird.gds.plist
Use RunAtLoad rather than KeepAlive
2015-03-13 15:31 robocop
M src/dsql/metd.epp
M src/jrd/scl.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:31712
FORMAL BUILD NUMBER:31714
*/
#define PRODUCT_VER_STRING "3.0.0.31712"
#define FILE_VER_STRING "WI-T3.0.0.31712"
#define LICENSE_VER_STRING "WI-T3.0.0.31712"
#define FILE_VER_NUMBER 3, 0, 0, 31712
#define PRODUCT_VER_STRING "3.0.0.31714"
#define FILE_VER_STRING "WI-T3.0.0.31714"
#define LICENSE_VER_STRING "WI-T3.0.0.31714"
#define FILE_VER_NUMBER 3, 0, 0, 31714
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31712"
#define FB_BUILD_NO "31714"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"

View File

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