mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
nightly update
This commit is contained in:
parent
3746843930
commit
ff1218a336
23
ChangeLog
23
ChangeLog
@ -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
|
||||
|
@ -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"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=30359
|
||||
BuildNum=30364
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user