mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
nightly update
This commit is contained in:
parent
f42c9bd874
commit
4607360acf
@ -1,3 +1,11 @@
|
||||
2010-09-01 15:55 asfernandes
|
||||
M src/jrd/trig.h
|
||||
Fixed CORE-3101 - Cannot alter the domain after migrating from older versions
|
||||
|
||||
2010-09-01 15:54 asfernandes
|
||||
M src/jrd/jrd.h
|
||||
Fix warning
|
||||
|
||||
2010-08-31 11:17 dimitr
|
||||
M builds/win32/msvc9/dsql_server.vcproj
|
||||
M builds/win32/msvc9/dsql_server_classic.vcproj
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:28710
|
||||
FORMAL BUILD NUMBER:28712
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.28710"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.28710"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.28710"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 28710
|
||||
#define PRODUCT_VER_STRING "3.0.0.28712"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.28712"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.28712"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 28712
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "28710"
|
||||
#define FB_BUILD_NO "28712"
|
||||
#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=28710
|
||||
BuildNum=28712
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user