From: <fir...@us...> - 2013-06-22 00:34:00
|
Revision: 58230 http://sourceforge.net/p/firebird/code/58230 Author: firebirds Date: 2013-06-22 00:33:57 +0000 (Sat, 22 Jun 2013) 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 2013-06-21 16:19:49 UTC (rev 58229) +++ firebird/trunk/ChangeLog 2013-06-22 00:33:57 UTC (rev 58230) @@ -1,3 +1,15 @@ + 2013-06-21 16:19 alexpeshkoff + M doc/README.plugins.html +Avoid bad style - thanks to Mark + + 2013-06-21 16:17 alexpeshkoff + M builds/install/misc/firebird.conf.in +Fixed parameter description - thanks to Mark + + 2013-06-21 09:47 mapopa + M src/extlib/fbudf/fbudf.cpp +place parentheses around the '&&' expression to silence the warning + 2013-06-20 16:26 dimitr M src/common/TextType.cpp Front ported the error code validation. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-06-21 16:19:49 UTC (rev 58229) +++ firebird/trunk/src/jrd/build_no.h 2013-06-22 00:33:57 UTC (rev 58230) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30468 + FORMAL BUILD NUMBER:30471 */ -#define PRODUCT_VER_STRING "3.0.0.30468" -#define FILE_VER_STRING "WI-T3.0.0.30468" -#define LICENSE_VER_STRING "WI-T3.0.0.30468" -#define FILE_VER_NUMBER 3, 0, 0, 30468 +#define PRODUCT_VER_STRING "3.0.0.30471" +#define FILE_VER_STRING "WI-T3.0.0.30471" +#define LICENSE_VER_STRING "WI-T3.0.0.30471" +#define FILE_VER_NUMBER 3, 0, 0, 30471 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30468" +#define FB_BUILD_NO "30471" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-06-21 16:19:49 UTC (rev 58229) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-06-22 00:33:57 UTC (rev 58230) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30468 +BuildNum=30471 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |