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

nightly update

This commit is contained in:
firebirds 2014-04-29 00:48:02 +00:00
parent 3d943864f9
commit b5d2470e58
3 changed files with 27 additions and 7 deletions

View File

@ -1,3 +1,23 @@
2014-04-28 12:51 alexpeshkoff
M src/yvalve/PluginManager.cpp
M src/yvalve/why.cpp
Fixed CORE-4395: execute statement on external doesn't find Firebird 2.5 database
2014-04-28 12:50 hvlad
M src/common/classes/Reasons.h
MSVC 12 support, very first step
2014-04-28 09:40 alexpeshkoff
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burpswi.h
M src/burp/restore.epp
M src/jrd/SimilarToMatcher.h
M src/msgs/facilities2.sql
M src/msgs/messages2.sql
Implemented CORE-2208: New gbak option to ignore specific tables data during the backup
2014-04-26 09:02 mapopa
A builds/misc (from /firebird/trunk/builds/misc:59480)
revert the change

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31079
FORMAL BUILD NUMBER:31082
*/
#define PRODUCT_VER_STRING "3.0.0.31079"
#define FILE_VER_STRING "WI-T3.0.0.31079"
#define LICENSE_VER_STRING "WI-T3.0.0.31079"
#define FILE_VER_NUMBER 3, 0, 0, 31079
#define PRODUCT_VER_STRING "3.0.0.31082"
#define FILE_VER_STRING "WI-T3.0.0.31082"
#define LICENSE_VER_STRING "WI-T3.0.0.31082"
#define FILE_VER_NUMBER 3, 0, 0, 31082
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31079"
#define FB_BUILD_NO "31082"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"

View File

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