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

nightly update

This commit is contained in:
firebirds 2015-02-06 00:14:11 +00:00
parent 3ca5a7b007
commit b7ef59a8fe
3 changed files with 25 additions and 7 deletions

View File

@ -1,3 +1,21 @@
2015-02-05 23:04 hvlad
M src/jrd/recsrc/RecordSource.h
M src/jrd/recsrc/SingularStream.cpp
It should fix regression CORE-4653 : Crash on infinite mutual SP calls (instead of "Too many concurrent executions of the same request.")
2015-02-05 17:10 egorpugin
M CMakeLists.txt
M examples/CMakeLists.txt
[build] [cmake] Bump minimal cmake version. Add missed dependency.
2015-02-05 06:36 egorpugin
M CMakeLists.txt
M builds/cmake/BuildFunctions.cmake
M examples/CMakeLists.txt
M src/CMakeLists.txt
M src/utilities/CMakeLists.txt
[build] [cmake] Do not place boot targets into output directory.
2015-02-04 14:03 hvlad
M builds/win32/msvc12/Firebird3.sln
M builds/win32/msvc12/alice.vcxproj

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31618
FORMAL BUILD NUMBER:31621
*/
#define PRODUCT_VER_STRING "3.0.0.31618"
#define FILE_VER_STRING "WI-T3.0.0.31618"
#define LICENSE_VER_STRING "WI-T3.0.0.31618"
#define FILE_VER_NUMBER 3, 0, 0, 31618
#define PRODUCT_VER_STRING "3.0.0.31621"
#define FILE_VER_STRING "WI-T3.0.0.31621"
#define LICENSE_VER_STRING "WI-T3.0.0.31621"
#define FILE_VER_NUMBER 3, 0, 0, 31621
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31618"
#define FB_BUILD_NO "31621"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"

View File

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