mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 03:23:04 +01:00
nightly update
This commit is contained in:
parent
f6d78556be
commit
299a3e4552
@ -1,3 +1,11 @@
|
||||
2013-08-15 15:42 asfernandes
|
||||
M src/dsql/metd.epp
|
||||
Fixed CORE-4180 - CREATE COLLATION does not verify base collation charset.
|
||||
|
||||
2013-08-15 11:54 dimitr
|
||||
M src/jrd/cch.cpp
|
||||
Fixed incorrect accounting re. number of fetches.
|
||||
|
||||
2013-08-14 15:41 asfernandes
|
||||
M builds/posix/make.shared.targets
|
||||
Fixed the problem with make -j when only parse.y is changed.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30590
|
||||
FORMAL BUILD NUMBER:30592
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30590"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30590"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30590"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30590
|
||||
#define PRODUCT_VER_STRING "3.0.0.30592"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30592"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30592"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30592
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30590"
|
||||
#define FB_BUILD_NO "30592"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=30590
|
||||
BuildNum=30592
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user