From: <fir...@us...> - 2014-04-13 00:38:40
|
Revision: 59431 http://sourceforge.net/p/firebird/code/59431 Author: firebirds Date: 2014-04-13 00:38:36 +0000 (Sun, 13 Apr 2014) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2014-04-12 16:14:24 UTC (rev 59430) +++ firebird/trunk/ChangeLog 2014-04-13 00:38:36 UTC (rev 59431) @@ -1,3 +1,19 @@ + 2014-04-12 06:35 robocop + M src/dsql/DdlNodes.h + M src/dsql/Parser.cpp + M src/dsql/Parser.h + M src/dsql/parse.y +I hope I fixed the issues noted by Adriano about my generators commit. + + 2014-04-12 06:31 robocop + M src/common/common.h +Simplify QUADCONST definition for Windows. + + 2014-04-12 06:30 robocop + M src/jrd/ini.h + M src/jrd/types.h +Use symbolic constants. + 2014-04-11 16:59 alexpeshkoff M src/dsql/parse.y Fixed alter global mapping - thanks to Adriano Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-04-12 16:14:24 UTC (rev 59430) +++ firebird/trunk/src/jrd/build_no.h 2014-04-13 00:38:36 UTC (rev 59431) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31049 + FORMAL BUILD NUMBER:31052 */ -#define PRODUCT_VER_STRING "3.0.0.31049" -#define FILE_VER_STRING "WI-T3.0.0.31049" -#define LICENSE_VER_STRING "WI-T3.0.0.31049" -#define FILE_VER_NUMBER 3, 0, 0, 31049 +#define PRODUCT_VER_STRING "3.0.0.31052" +#define FILE_VER_STRING "WI-T3.0.0.31052" +#define LICENSE_VER_STRING "WI-T3.0.0.31052" +#define FILE_VER_NUMBER 3, 0, 0, 31052 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31049" +#define FB_BUILD_NO "31052" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2014-04-12 16:14:24 UTC (rev 59430) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-04-13 00:38:36 UTC (rev 59431) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31049 +BuildNum=31052 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |