|
From: <fir...@us...> - 2015-02-15 00:13:03
|
Revision: 60691
http://sourceforge.net/p/firebird/code/60691
Author: firebirds
Date: 2015-02-15 00:13:01 +0000 (Sun, 15 Feb 2015)
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 2015-02-14 18:55:00 UTC (rev 60690)
+++ firebird/trunk/ChangeLog 2015-02-15 00:13:01 UTC (rev 60691)
@@ -1,3 +1,26 @@
+ 2015-02-14 18:55 asfernandes
+ M builds/posix/udr_plugin.vers
+ M examples/interfaces/01.create.cpp
+ M examples/interfaces/02.update.cpp
+ M src/alice/main/aliceMain.cpp
+ M src/burp/main/burpMain.cpp
+ M src/common/isc.cpp
+ M src/dsql/DsqlCursor.cpp
+ M src/dsql/DsqlCursor.h
+ M src/jrd/cch.cpp
+ M src/jrd/jrd.cpp
+ M src/lock/lock.cpp
+ M src/lock/print.cpp
+ M src/plugins/crypt/arc4/Arc4.cpp
+ M src/plugins/udr_engine/UdrEngine.cpp
+ M src/remote/remote.cpp
+ M src/remote/remote.h
+ M src/utilities/gsec/main/gsecMain.cpp
+ M src/utilities/gstat/main/gstatMain.cpp
+ M src/yvalve/DistributedTransaction.cpp
+ M src/yvalve/DistributedTransaction.h
+Misc.
+
2015-02-13 13:46 hvlad
M builds/win32/msvc10/legacy_auth.vcxproj
M builds/win32/msvc10/legacy_usermanager.vcxproj
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2015-02-14 18:55:00 UTC (rev 60690)
+++ firebird/trunk/src/jrd/build_no.h 2015-02-15 00:13:01 UTC (rev 60691)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31643
+ FORMAL BUILD NUMBER:31644
*/
-#define PRODUCT_VER_STRING "3.0.0.31643"
-#define FILE_VER_STRING "WI-T3.0.0.31643"
-#define LICENSE_VER_STRING "WI-T3.0.0.31643"
-#define FILE_VER_NUMBER 3, 0, 0, 31643
+#define PRODUCT_VER_STRING "3.0.0.31644"
+#define FILE_VER_STRING "WI-T3.0.0.31644"
+#define LICENSE_VER_STRING "WI-T3.0.0.31644"
+#define FILE_VER_NUMBER 3, 0, 0, 31644
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31643"
+#define FB_BUILD_NO "31644"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2015-02-14 18:55:00 UTC (rev 60690)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2015-02-15 00:13:01 UTC (rev 60691)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31643
+BuildNum=31644
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|