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

nightly update

This commit is contained in:
firebirds 2010-12-16 03:28:01 +00:00
parent 1a1e892daf
commit a5aaae4ee0
3 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2010-12-16 00:06 asfernandes
M src/jrd/SysFunction.cpp
Fixed CORE-3277 - Wrong result for RIGHT(UTF8 varchar)
2010-12-12 20:45 asfernandes
M src/jrd/RecordSourceNodes.cpp
Missing pass1 on procedure message, seen by Claudio - not relevant currently, but do it as before.

View File

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