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 2010-12-01 03:53:48 +00:00
parent 62054b859e
commit 5c7a951d23
3 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,15 @@
2010-11-30 15:11 asfernandes
M src/dsql/ExprNodes.cpp
Improvement CORE-3234 - Support for text BLOBs >= 32K as first argument for TRIM()
2010-11-30 09:16 alexpeshkoff
M src/yvalve/why.cpp
Use huge timeout instead none as suggested by Vlad
2010-11-30 08:57 alexpeshkoff
M builds/posix/make.rules
Make it work with long paths, when ":" is placed on the second line of file
2010-11-29 15:06 hvlad
M src/remote/server/os/win32/srvr_w32.cpp
M src/remote/server/os/win32/window.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:28928
FORMAL BUILD NUMBER:28931
*/
#define PRODUCT_VER_STRING "3.0.0.28928"
#define FILE_VER_STRING "WI-T3.0.0.28928"
#define LICENSE_VER_STRING "WI-T3.0.0.28928"
#define FILE_VER_NUMBER 3, 0, 0, 28928
#define PRODUCT_VER_STRING "3.0.0.28931"
#define FILE_VER_STRING "WI-T3.0.0.28931"
#define LICENSE_VER_STRING "WI-T3.0.0.28931"
#define FILE_VER_NUMBER 3, 0, 0, 28931
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "28928"
#define FB_BUILD_NO "28931"
#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=28928
BuildNum=28931
NowAt=`pwd`
cd `dirname $0`