|
From: <fir...@us...> - 2012-11-10 03:58:19
|
Revision: 57335
http://firebird.svn.sourceforge.net/firebird/?rev=57335&view=rev
Author: firebirds
Date: 2012-11-10 03:58:12 +0000 (Sat, 10 Nov 2012)
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 2012-11-09 14:56:42 UTC (rev 57334)
+++ firebird/trunk/ChangeLog 2012-11-10 03:58:12 UTC (rev 57335)
@@ -1,3 +1,20 @@
+ 2012-11-09 14:56 mapopa
+ M examples/empbuild/empdml.sql
+ M examples/empbuild/intldml.sql
+Update salaries and the currency in the intl version for employee db
+
+ 2012-11-09 14:37 mapopa
+ M examples/empbuild/intlbld.sql
+use dialect 3
+
+ 2012-11-09 14:28 mapopa
+ M examples/empbuild/employe2.sql
+update currency cross rates to current ones
+
+ 2012-11-09 13:35 alexpeshkoff
+ M examples/api/api2.c
+Make example runnable with dialect-3 employee database
+
2012-11-08 23:07 mapopa
M examples/empbuild/empdml.sql
adjust salaries to the Euro
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2012-11-09 14:56:42 UTC (rev 57334)
+++ firebird/trunk/src/jrd/build_no.h 2012-11-10 03:58:12 UTC (rev 57335)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30120
+ FORMAL BUILD NUMBER:30124
*/
-#define PRODUCT_VER_STRING "3.0.0.30120"
-#define FILE_VER_STRING "WI-T3.0.0.30120"
-#define LICENSE_VER_STRING "WI-T3.0.0.30120"
-#define FILE_VER_NUMBER 3, 0, 0, 30120
+#define PRODUCT_VER_STRING "3.0.0.30124"
+#define FILE_VER_STRING "WI-T3.0.0.30124"
+#define LICENSE_VER_STRING "WI-T3.0.0.30124"
+#define FILE_VER_NUMBER 3, 0, 0, 30124
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30120"
+#define FB_BUILD_NO "30124"
#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 2012-11-09 14:56:42 UTC (rev 57334)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2012-11-10 03:58:12 UTC (rev 57335)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30120
+BuildNum=30124
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|