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

nightly update

This commit is contained in:
firebirds 2013-04-16 01:02:27 +00:00
parent 3746843930
commit ff1218a336
3 changed files with 30 additions and 7 deletions

View File

@ -1,3 +1,26 @@
2013-04-15 16:51 alexpeshkoff
M src/jrd/Database.h
M src/jrd/jrd.cpp
Postfix for CORE-3935 and CORE-3993: avoid opening same database file twice
2013-04-15 15:58 alexpeshkoff
M src/remote/client/interface.cpp
Fixed a bug in one of my recent commits - thanks to Claudio
2013-04-15 12:10 alexpeshkoff
M builds/install/misc/databases.conf.in
M builds/install/misc/firebird.conf.in
Documented configuration file changes in distributed .conf files
2013-04-15 11:07 alexpeshkoff
M src/common/config/config.cpp
M src/common/config/config_file.cpp
Make numbers parser behave traditionally - no spaces inside the number
2013-04-15 06:54 alexpeshkoff
M builds/install/arch-specific/linux/misc/tarMainInstall.sh.in
Misc
2013-04-13 16:31 dimitr
M src/common/classes/Synchronize.cpp
M src/common/classes/Synchronize.h

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30359
FORMAL BUILD NUMBER:30364
*/
#define PRODUCT_VER_STRING "3.0.0.30359"
#define FILE_VER_STRING "WI-T3.0.0.30359"
#define LICENSE_VER_STRING "WI-T3.0.0.30359"
#define FILE_VER_NUMBER 3, 0, 0, 30359
#define PRODUCT_VER_STRING "3.0.0.30364"
#define FILE_VER_STRING "WI-T3.0.0.30364"
#define LICENSE_VER_STRING "WI-T3.0.0.30364"
#define FILE_VER_NUMBER 3, 0, 0, 30364
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30359"
#define FB_BUILD_NO "30364"
#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=30359
BuildNum=30364
NowAt=`pwd`
cd `dirname $0`