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

nightly update

This commit is contained in:
firebirds 2011-03-31 03:17:35 +00:00
parent 44f1446f01
commit 37f6a98ce2
3 changed files with 20 additions and 7 deletions

View File

@ -1,3 +1,16 @@
2011-03-30 22:51 hvlad
M src/jrd/met.epp
Fixed bug CORE-3418 : Inactive DB-trigger after Create/Alter Is Active
2011-03-30 20:35 asfernandes
M src/utilities/ntrace/TracePluginImpl.cpp
M src/utilities/ntrace/traceplugin.cpp
Misc
2011-03-30 08:14 dimitr
M src/common/sdl.cpp
Applied patch for CORE-3412: Array with BOOLEAN. Bug in sdl_desc [sdl.cpp]. Thanks to Dmitry Kovalenko.
2011-03-29 00:54 asfernandes
M extern/btyacc/main.c
Fixed memory corruption in btyacc code.

View File

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