mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 23:23:02 +01:00
nightly update
This commit is contained in:
parent
62f06e6c77
commit
c57d45570f
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2013-03-01 13:50 alexpeshkoff
|
||||
M src/isql/InputDevices.cpp
|
||||
M src/isql/InputDevices.h
|
||||
M src/isql/isql.epp
|
||||
Postfix for CORE-3990
|
||||
|
||||
2013-03-01 11:55 alexpeshkoff
|
||||
M src/isql/isql.epp
|
||||
Fixed CORE-3990: Fix broken EDIT in isql
|
||||
|
||||
2013-02-28 16:23 alexpeshkoff
|
||||
M src/jrd/blb.cpp
|
||||
M src/jrd/exe.cpp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30241
|
||||
FORMAL BUILD NUMBER:30243
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30241"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30241"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30241"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30241
|
||||
#define PRODUCT_VER_STRING "3.0.0.30243"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30243"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30243"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30243
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30241"
|
||||
#define FB_BUILD_NO "30243"
|
||||
#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=30241
|
||||
BuildNum=30243
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user