From: <fir...@us...> - 2011-07-10 03:22:59
|
Revision: 53286 http://firebird.svn.sourceforge.net/firebird/?rev=53286&view=rev Author: firebirds Date: 2011-07-10 03:22:52 +0000 (Sun, 10 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-10 01:23:53 UTC (rev 53285) +++ firebird/trunk/ChangeLog 2011-07-10 03:22:52 UTC (rev 53286) @@ -1,3 +1,33 @@ + 2011-07-10 01:23 asfernandes + M examples/udr/UdrCppExample.cpp + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas + M src/dsql/DdlNodes.epp + M src/include/firebird/ExternalEngine.h + M src/include/firebird/Message.h + M src/include/firebird/UdrCppEngine.h + M src/include/firebird/UdrEngine.h + M src/include/gen/codetext.h + M src/include/gen/iberror.h + M src/include/gen/msgs.h + M src/include/gen/sql_code.h + M src/include/gen/sql_state.h + M src/jrd/BlrReader.h + M src/jrd/ExtEngineManager.cpp + M src/jrd/ExtEngineManager.h + M src/jrd/Function.epp + M src/jrd/Function.h + M src/jrd/exe.cpp + M src/jrd/exe.h + M src/jrd/met.epp + M src/jrd/par.cpp + M src/jrd/par_proto.h + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/msgs/system_errors2.sql + M src/plugins/udr_engine/UdrEngine.cpp +Use the BLR message definition of external procedures and functions. + 2011-07-07 07:58 robocop M src/common/StatusHolder.cpp M src/common/StatusHolder.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-07-10 01:23:53 UTC (rev 53285) +++ firebird/trunk/src/jrd/build_no.h 2011-07-10 03:22:52 UTC (rev 53286) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29484 + FORMAL BUILD NUMBER:29485 */ -#define PRODUCT_VER_STRING "3.0.0.29484" -#define FILE_VER_STRING "WI-T3.0.0.29484" -#define LICENSE_VER_STRING "WI-T3.0.0.29484" -#define FILE_VER_NUMBER 3, 0, 0, 29484 +#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 FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29484" +#define FB_BUILD_NO "29485" #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-10 01:23:53 UTC (rev 53285) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-07-10 03:22:52 UTC (rev 53286) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29484 +BuildNum=29485 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |