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

nightly update

This commit is contained in:
firebirds 2011-03-01 03:15:48 +00:00
parent de959faf39
commit d42ac5d804
3 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,15 @@
2011-03-01 01:07 asfernandes
M src/dsql/dsql.cpp
Misc
2011-02-28 15:29 hvlad
M src/jrd/Database.cpp
System requests should run with valid attachment assigned
2011-02-28 10:11 hvlad
M src/dsql/StmtNodes.cpp
Additional patch for CORE-3362 : Cursors should ignore changes made by the same statement
2011-02-26 22:03 asfernandes
M src/dsql/parse.y
Misc

View File

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