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 2012-11-03 04:44:16 +00:00
parent 57e5936d44
commit 450dac18a3
3 changed files with 31 additions and 7 deletions

View File

@ -1,3 +1,27 @@
2012-11-02 16:27 alexpeshkoff
M src/common/isc_s_proto.h
M src/common/isc_sync.cpp
M src/jrd/DatabaseSnapshot.h
M src/jrd/event.h
M src/jrd/event_proto.h
M src/jrd/trace/TraceConfigStorage.h
M src/jrd/trace/TraceLog.h
M src/lock/lock_proto.h
M src/lock/print.cpp
Avoid use of namespace Jrd in common file isc_sync
2012-11-02 15:39 alexpeshkoff
M src/common/isc_s_proto.h
Removed debugging
2012-11-02 10:58 mapopa
M examples/readme
Remove Windows 3.1 clients reference from the readme
2012-11-02 07:09 mapopa
D builds/old_prefixes
Remove old makefile area, left over from the InterBase unix build procedures. They have been replaced in src/make.new with an autoconfig version
2012-11-01 16:19 dimitr
M src/jrd/RecordSourceNodes.cpp
Fixed CORE-3967: subselect with reference to outer select fails.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30102
FORMAL BUILD NUMBER:30106
*/
#define PRODUCT_VER_STRING "3.0.0.30102"
#define FILE_VER_STRING "WI-T3.0.0.30102"
#define LICENSE_VER_STRING "WI-T3.0.0.30102"
#define FILE_VER_NUMBER 3, 0, 0, 30102
#define PRODUCT_VER_STRING "3.0.0.30106"
#define FILE_VER_STRING "WI-T3.0.0.30106"
#define LICENSE_VER_STRING "WI-T3.0.0.30106"
#define FILE_VER_NUMBER 3, 0, 0, 30106
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30102"
#define FB_BUILD_NO "30106"
#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=30102
BuildNum=30106
NowAt=`pwd`
cd `dirname $0`