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

nightly update

This commit is contained in:
firebirds 2013-01-09 03:48:04 +00:00
parent 6451897703
commit 3e770a979d
3 changed files with 31 additions and 7 deletions

View File

@ -1,3 +1,27 @@
2013-01-08 16:03 alexpeshkoff
M src/gpre/languages/cob.cpp
warnings
2013-01-08 15:47 alexpeshkoff
A src/misc/checkIface
Script to check correctness of FB_XX_VERSION constants in h-files
2013-01-08 15:23 alexpeshkoff
M src/misc/src_bundle.sh
misc
2013-01-08 15:03 alexpeshkoff
M src/include/firebird/ExternalEngine.h
misc
2013-01-08 10:53 alexpeshkoff
M src/alice/tdr.cpp
Frontported postfix for CORE-3612 - send errors to stderr
2013-01-08 10:51 alexpeshkoff
M src/jrd/vio.cpp
comment
2013-01-07 01:15 asfernandes
M src/jrd/cch.cpp
M src/jrd/jrd.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:30186
FORMAL BUILD NUMBER:30192
*/
#define PRODUCT_VER_STRING "3.0.0.30186"
#define FILE_VER_STRING "WI-T3.0.0.30186"
#define LICENSE_VER_STRING "WI-T3.0.0.30186"
#define FILE_VER_NUMBER 3, 0, 0, 30186
#define PRODUCT_VER_STRING "3.0.0.30192"
#define FILE_VER_STRING "WI-T3.0.0.30192"
#define LICENSE_VER_STRING "WI-T3.0.0.30192"
#define FILE_VER_NUMBER 3, 0, 0, 30192
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30186"
#define FB_BUILD_NO "30192"
#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=30186
BuildNum=30192
NowAt=`pwd`
cd `dirname $0`