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

nightly update

This commit is contained in:
firebirds 2012-06-25 04:21:47 +00:00
parent bfcd129c95
commit 5a30a2d2f7
3 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2012-06-23 16:08 asfernandes
M src/dsql/ExprNodes.cpp
Fixed CORE-3874 - Computed column appears in non-existant rows of left join.
2012-06-22 11:43 alexpeshkoff
M configure.in
Misc

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30014
FORMAL BUILD NUMBER:30015
*/
#define PRODUCT_VER_STRING "3.0.0.30014"
#define FILE_VER_STRING "WI-T3.0.0.30014"
#define LICENSE_VER_STRING "WI-T3.0.0.30014"
#define FILE_VER_NUMBER 3, 0, 0, 30014
#define PRODUCT_VER_STRING "3.0.0.30015"
#define FILE_VER_STRING "WI-T3.0.0.30015"
#define LICENSE_VER_STRING "WI-T3.0.0.30015"
#define FILE_VER_NUMBER 3, 0, 0, 30015
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30014"
#define FB_BUILD_NO "30015"
#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=30014
BuildNum=30015
NowAt=`pwd`
cd `dirname $0`