|
From: <fir...@us...> - 2014-07-07 00:47:33
|
Revision: 59835
http://sourceforge.net/p/firebird/code/59835
Author: firebirds
Date: 2014-07-07 00:47:21 +0000 (Mon, 07 Jul 2014)
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 2014-07-06 21:15:47 UTC (rev 59834)
+++ firebird/trunk/ChangeLog 2014-07-07 00:47:21 UTC (rev 59835)
@@ -1,3 +1,12 @@
+ 2014-07-06 21:15 hvlad
+ M src/auth/trusted/AuthSspi.cpp
+Fixed Windows build
+
+ 2014-07-06 18:47 asfernandes
+ M src/isql/extract.epp
+ M src/isql/isql.h
+Get rid of warnings and two set of constants chasing the same "number space".
+
2014-07-05 18:36 asfernandes
M src/jrd/DatabaseSnapshot.cpp
M src/jrd/UserManagement.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-07-06 21:15:47 UTC (rev 59834)
+++ firebird/trunk/src/jrd/build_no.h 2014-07-07 00:47:21 UTC (rev 59835)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31214
+ FORMAL BUILD NUMBER:31216
*/
-#define PRODUCT_VER_STRING "3.0.0.31214"
-#define FILE_VER_STRING "WI-T3.0.0.31214"
-#define LICENSE_VER_STRING "WI-T3.0.0.31214"
-#define FILE_VER_NUMBER 3, 0, 0, 31214
+#define PRODUCT_VER_STRING "3.0.0.31216"
+#define FILE_VER_STRING "WI-T3.0.0.31216"
+#define LICENSE_VER_STRING "WI-T3.0.0.31216"
+#define FILE_VER_NUMBER 3, 0, 0, 31216
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31214"
+#define FB_BUILD_NO "31216"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2014-07-06 21:15:47 UTC (rev 59834)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-07-07 00:47:21 UTC (rev 59835)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31214
+BuildNum=31216
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|