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 2013-04-02 00:30:20 +00:00
parent 8374b9e16c
commit 1e3c6435c1
3 changed files with 34 additions and 7 deletions

View File

@ -1,3 +1,30 @@
2013-04-01 21:54 mapopa
M configure.ac
Remove absolete sinixz check
2013-04-01 21:40 mapopa
M src/common/isc_sync.cpp
M src/remote/inet.cpp
SIGURG is not used , cleanup commented code
2013-04-01 18:37 mapopa
M src/gpre/sql.cpp
Cleanup commented code , was a wrong copy paste
2013-04-01 17:54 mapopa
M doc/emacros-cross_ref.html
M src/gpre/gpre.h
M src/gpre/sql.cpp
FLINT_CACHE was never used , dead leftover from ib 4.0 product years http://sourceforge.net/mailarchive/message.php?msg_id=5975155 (FLINSTONE is gone)
2013-04-01 16:04 mapopa
M doc/emacros-cross_ref.html
Cleanup reference
2013-04-01 15:37 asfernandes
M src/jrd/par.cpp
Misc.
2013-03-31 18:23 asfernandes
M src/dsql/StmtNodes.cpp
M src/dsql/StmtNodes.h

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30319
FORMAL BUILD NUMBER:30325
*/
#define PRODUCT_VER_STRING "3.0.0.30319"
#define FILE_VER_STRING "WI-T3.0.0.30319"
#define LICENSE_VER_STRING "WI-T3.0.0.30319"
#define FILE_VER_NUMBER 3, 0, 0, 30319
#define PRODUCT_VER_STRING "3.0.0.30325"
#define FILE_VER_STRING "WI-T3.0.0.30325"
#define LICENSE_VER_STRING "WI-T3.0.0.30325"
#define FILE_VER_NUMBER 3, 0, 0, 30325
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30319"
#define FB_BUILD_NO "30325"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"

View File

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