8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:43:02 +01:00

nightly update

This commit is contained in:
firebirds 2013-04-22 00:33:55 +00:00
parent f2b24d02ca
commit 5a9a5cb416
3 changed files with 22 additions and 7 deletions

View File

@ -1,3 +1,18 @@
2013-04-21 02:09 asfernandes
M builds/install/misc/firebird.conf.in
M doc/README.build.mingw.html
M doc/README.build.msvc.html
M doc/README.plugins.html
M doc/sql.extensions/README.data_types
M src/common/cvt.cpp
M src/jrd/ExtEngineManager.cpp
M src/jrd/jrd.h
Misc.
2013-04-21 01:52 asfernandes
M src/include/firebird/Provider.h
Correction.
2013-04-19 09:22 dimitr
M src/jrd/recsrc/BufferedStream.cpp
M src/jrd/recsrc/ConditionalStream.cpp

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30372
FORMAL BUILD NUMBER:30374
*/
#define PRODUCT_VER_STRING "3.0.0.30372"
#define FILE_VER_STRING "WI-T3.0.0.30372"
#define LICENSE_VER_STRING "WI-T3.0.0.30372"
#define FILE_VER_NUMBER 3, 0, 0, 30372
#define PRODUCT_VER_STRING "3.0.0.30374"
#define FILE_VER_STRING "WI-T3.0.0.30374"
#define LICENSE_VER_STRING "WI-T3.0.0.30374"
#define FILE_VER_NUMBER 3, 0, 0, 30374
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30372"
#define FB_BUILD_NO "30374"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=30372
BuildNum=30374
NowAt=`pwd`
cd `dirname $0`