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

nightly update

This commit is contained in:
firebirds 2012-05-16 03:20:52 +00:00
parent d78703c9ae
commit b9d357f891
3 changed files with 22 additions and 7 deletions

View File

@ -1,3 +1,18 @@
2012-05-15 07:56 hvlad
M src/jrd/jrd.cpp
M src/jrd/ntrace.h
M src/jrd/svc.cpp
M src/jrd/trace/TraceManager.cpp
M src/jrd/trace/TraceManager.h
M src/jrd/trace/TraceObjects.cpp
M src/jrd/trace/TraceObjects.h
M src/utilities/ntrace/TracePluginImpl.cpp
M src/utilities/ntrace/TracePluginImpl.h
M src/utilities/ntrace/fbtrace.conf
M src/utilities/ntrace/paramtable.h
M src/utilities/ntrace/traceplugin.cpp
Improvement CORE-3539 : TRACE: add ability for logging ERRORs that occur in runtime (lock conflicts, PK/UK/FK violations et al)
2012-05-14 15:45 asfernandes
M src/dsql/ExprNodes.cpp
M src/jrd/DataTypeUtil.cpp

View File

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