mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 05:23:03 +01:00
nightly update
This commit is contained in:
parent
e600b93773
commit
3b115bc3fc
15
ChangeLog
15
ChangeLog
@ -1,3 +1,18 @@
|
||||
2012-06-29 01:47 asfernandes
|
||||
M src/utilities/fbsvcmgr/fbsvcmgr.cpp
|
||||
Misc.
|
||||
|
||||
2012-06-28 11:46 alexpeshkoff
|
||||
M src/jrd/cch.cpp
|
||||
M src/jrd/ods.cpp
|
||||
M src/jrd/ods.h
|
||||
M src/jrd/validation.cpp
|
||||
Improvement CORE-3588: More detail in message "wrong page type"
|
||||
|
||||
2012-06-28 07:49 hvlad
|
||||
M src/lock/print.cpp
|
||||
Improvement CORE-3879 : Make fb_lock_print a bit more handy
|
||||
|
||||
2012-06-27 11:53 alexpeshkoff
|
||||
M src/common/isc_file.cpp
|
||||
Fixed for posix CORE-3875: GBak does not check correctly parameters and backups random database with -B ":"
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30021
|
||||
FORMAL BUILD NUMBER:30024
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30021"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30021"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30021"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30021
|
||||
#define PRODUCT_VER_STRING "3.0.0.30024"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30024"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30024"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30024
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30021"
|
||||
#define FB_BUILD_NO "30024"
|
||||
#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=30021
|
||||
BuildNum=30024
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user