From: <fir...@us...> - 2011-07-13 03:17:13
|
Revision: 53290 http://firebird.svn.sourceforge.net/firebird/?rev=53290&view=rev Author: firebirds Date: 2011-07-13 03:17:02 +0000 (Wed, 13 Jul 2011) 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 2011-07-13 02:10:28 UTC (rev 53289) +++ firebird/trunk/ChangeLog 2011-07-13 03:17:02 UTC (rev 53290) @@ -1,3 +1,21 @@ + 2011-07-13 02:10 asfernandes + M src/include/firebird/ExternalEngine.h + M src/jrd/ExtEngineManager.cpp + M src/plugins/udr_engine/UdrEngine.cpp +Remove the old getVersion method from external engines. + + 2011-07-12 16:07 asfernandes + M src/dsql/sqlda_pub.h + M src/include/fb_types.h + M src/include/firebird/ExternalEngine.h + M src/include/firebird/Interface.h + M src/include/firebird/Message.h + M src/include/firebird/Provider.h + M src/include/ibase.h + M src/include/types_pub.h + M src/yvalve/why.cpp +Fixed problems in public headers. + 2011-07-10 01:23 asfernandes M examples/udr/UdrCppExample.cpp M lang_helpers/gds_codes.ftn Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-07-13 02:10:28 UTC (rev 53289) +++ firebird/trunk/src/jrd/build_no.h 2011-07-13 03:17:02 UTC (rev 53290) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29485 + FORMAL BUILD NUMBER:29487 */ -#define PRODUCT_VER_STRING "3.0.0.29485" -#define FILE_VER_STRING "WI-T3.0.0.29485" -#define LICENSE_VER_STRING "WI-T3.0.0.29485" -#define FILE_VER_NUMBER 3, 0, 0, 29485 +#define PRODUCT_VER_STRING "3.0.0.29487" +#define FILE_VER_STRING "WI-T3.0.0.29487" +#define LICENSE_VER_STRING "WI-T3.0.0.29487" +#define FILE_VER_NUMBER 3, 0, 0, 29487 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29485" +#define FB_BUILD_NO "29487" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2011-07-13 02:10:28 UTC (rev 53289) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-07-13 03:17:02 UTC (rev 53290) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29485 +BuildNum=29487 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |