|
From: <fir...@us...> - 2013-05-11 00:42:17
|
Revision: 58056
http://sourceforge.net/p/firebird/code/58056
Author: firebirds
Date: 2013-05-11 00:42:13 +0000 (Sat, 11 May 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-05-10 15:48:47 UTC (rev 58055)
+++ firebird/trunk/ChangeLog 2013-05-11 00:42:13 UTC (rev 58056)
@@ -1,3 +1,17 @@
+ 2013-05-10 15:48 asfernandes
+ M doc/WhatsNew
+ M doc/sql.extensions/README.exception_handling
+Document CORE-832 - Add support for parameterized exceptions.
+
+ 2013-05-10 14:47 asfernandes
+ M doc/WhatsNew
+ A doc/sql.extensions/README.substring_similar.txt
+Document CORE-2006 - Regular expression SUBSTRING.
+
+ 2013-05-09 01:21 asfernandes
+ M doc/WhatsNew
+Removed from WhatsNew the fix present in 2.5.
+
2013-05-08 15:47 asfernandes
M doc/sql.extensions/README.ddl_triggers.txt
Misc.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2013-05-10 15:48:47 UTC (rev 58055)
+++ firebird/trunk/src/jrd/build_no.h 2013-05-11 00:42:13 UTC (rev 58056)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30402
+ FORMAL BUILD NUMBER:30405
*/
-#define PRODUCT_VER_STRING "3.0.0.30402"
-#define FILE_VER_STRING "WI-T3.0.0.30402"
-#define LICENSE_VER_STRING "WI-T3.0.0.30402"
-#define FILE_VER_NUMBER 3, 0, 0, 30402
+#define PRODUCT_VER_STRING "3.0.0.30405"
+#define FILE_VER_STRING "WI-T3.0.0.30405"
+#define LICENSE_VER_STRING "WI-T3.0.0.30405"
+#define FILE_VER_NUMBER 3, 0, 0, 30405
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30402"
+#define FB_BUILD_NO "30405"
#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 2013-05-10 15:48:47 UTC (rev 58055)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2013-05-11 00:42:13 UTC (rev 58056)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30402
+BuildNum=30405
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|