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

nightly update

This commit is contained in:
firebirds 2010-11-23 03:14:35 +00:00
parent c5ce09d676
commit aed9d9e5fc
3 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,15 @@
2010-11-22 23:47 asfernandes
M src/dsql/ExprNodes.cpp
Misc
2010-11-22 15:44 alexpeshkoff
M src/common/common.h
Damyan's patch for MIPSEB
2010-11-22 08:23 alexpeshkoff
M src/common/isc_sync.cpp
This should fix first problem in BSD build
2010-11-21 21:22 asfernandes
M src/common/os/guid.h
Fixed a source of many warnings when using clang

View File

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