mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:43:03 +01:00
nightly update
This commit is contained in:
parent
62054b859e
commit
5c7a951d23
12
ChangeLog
12
ChangeLog
@ -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
|
||||
|
@ -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"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=28928
|
||||
BuildNum=28931
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user