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 2013-10-05 00:48:12 +00:00
parent 5296e616d3
commit bf90f73410
3 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,9 @@
2013-10-04 15:58 asfernandes
M src/dsql/DdlNodes.epp
M src/dsql/DdlNodes.h
Fixed CORE-4237 - FB3 vs FB2.5. Different metadata for UDF return argument.
The is a case showing a difference between 2.5 and 3.0 in the first comment. The second comment does not show difference between versions.
2013-10-03 15:38 asfernandes
M src/dsql/DdlNodes.epp
M src/dsql/parse.y

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30680
FORMAL BUILD NUMBER:30681
*/
#define PRODUCT_VER_STRING "3.0.0.30680"
#define FILE_VER_STRING "WI-T3.0.0.30680"
#define LICENSE_VER_STRING "WI-T3.0.0.30680"
#define FILE_VER_NUMBER 3, 0, 0, 30680
#define PRODUCT_VER_STRING "3.0.0.30681"
#define FILE_VER_STRING "WI-T3.0.0.30681"
#define LICENSE_VER_STRING "WI-T3.0.0.30681"
#define FILE_VER_NUMBER 3, 0, 0, 30681
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30680"
#define FB_BUILD_NO "30681"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=30680
BuildNum=30681
NowAt=`pwd`
cd `dirname $0`