8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 23:23:02 +01:00

nightly update

This commit is contained in:
firebirds 2013-03-02 01:03:49 +00:00
parent 62f06e6c77
commit c57d45570f
3 changed files with 17 additions and 7 deletions

View File

@ -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

View File

@ -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"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=30241
BuildNum=30243
NowAt=`pwd`
cd `dirname $0`