mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
nightly update
This commit is contained in:
parent
1c5062ea23
commit
935d34721a
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
2013-04-12 17:59 dimitr
|
||||
M src/common/cvt.cpp
|
||||
Fixed CORE-4082: Wrong error message.
|
||||
|
||||
2013-04-12 15:20 asfernandes
|
||||
M examples/udr/UdrCppExample.cpp
|
||||
Corrections.
|
||||
|
||||
2013-04-12 00:24 asfernandes
|
||||
M src/common/unicode_util.cpp
|
||||
Fix build with ICU 3.0.
|
||||
|
||||
2013-04-11 16:09 asfernandes
|
||||
M src/jrd/exe.cpp
|
||||
Misc.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30348
|
||||
FORMAL BUILD NUMBER:30351
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30348"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30348"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30348"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30348
|
||||
#define PRODUCT_VER_STRING "3.0.0.30351"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30351"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30351"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30351
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30348"
|
||||
#define FB_BUILD_NO "30351"
|
||||
#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=30348
|
||||
BuildNum=30351
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user