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-02-14 04:49:10 +00:00
parent 3851382b8a
commit d3b55da0d2
3 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,9 @@
2012-02-13 15:39 dimitr
M src/lock/lock.cpp
M src/lock/lock_proto.h
Attempted to fix a lock validation bug which ignored a situation where an incompatible request was changed from LRQ_pending to LRQ_rejected but temporarily remained in the queue.
A few other misc changes.
2012-02-12 14:54 mapopa
M src/include/fb_types.h
comment cleanup STEXT and UTEXT not used anywhere

View File

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