mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 03:23:04 +01:00
nightly update
This commit is contained in:
parent
9a9a5f2570
commit
f54e3120f5
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
|||||||
|
2010-09-10 01:59 asfernandes
|
||||||
|
M doc/sql.extensions/README.update_or_insert
|
||||||
|
Fixed doc. mismatch reported by Paul Vinkenoog
|
||||||
|
|
||||||
|
2010-09-09 10:52 alexpeshkoff
|
||||||
|
M src/misc/src_bundle.sh
|
||||||
|
Make it cvs/svn independent
|
||||||
|
|
||||||
|
2010-09-09 10:16 alexpeshkoff
|
||||||
|
M src/misc/writeBuildNum.sh
|
||||||
|
Fixed package version generation for release builds
|
||||||
|
|
||||||
2010-09-08 18:05 dimitr
|
2010-09-08 18:05 dimitr
|
||||||
M src/jrd/recsrc/HashJoin.cpp
|
M src/jrd/recsrc/HashJoin.cpp
|
||||||
Corrections to the multi-key hashing. Thanks to Adriano.
|
Corrections to the multi-key hashing. Thanks to Adriano.
|
||||||
|
@ -3,16 +3,16 @@
|
|||||||
*** DO NOT EDIT ***
|
*** DO NOT EDIT ***
|
||||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||||
EDIT src/misc/writeBuildNum.sh
|
EDIT src/misc/writeBuildNum.sh
|
||||||
FORMAL BUILD NUMBER:28715
|
FORMAL BUILD NUMBER:28718
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRODUCT_VER_STRING "3.0.0.28715"
|
#define PRODUCT_VER_STRING "3.0.0.28718"
|
||||||
#define FILE_VER_STRING "WI-T3.0.0.28715"
|
#define FILE_VER_STRING "WI-T3.0.0.28718"
|
||||||
#define LICENSE_VER_STRING "WI-T3.0.0.28715"
|
#define LICENSE_VER_STRING "WI-T3.0.0.28718"
|
||||||
#define FILE_VER_NUMBER 3, 0, 0, 28715
|
#define FILE_VER_NUMBER 3, 0, 0, 28718
|
||||||
#define FB_MAJOR_VER "3"
|
#define FB_MAJOR_VER "3"
|
||||||
#define FB_MINOR_VER "0"
|
#define FB_MINOR_VER "0"
|
||||||
#define FB_REV_NO "0"
|
#define FB_REV_NO "0"
|
||||||
#define FB_BUILD_NO "28715"
|
#define FB_BUILD_NO "28718"
|
||||||
#define FB_BUILD_TYPE "T"
|
#define FB_BUILD_TYPE "T"
|
||||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
||||||
|
@ -9,7 +9,7 @@ BuildType=T
|
|||||||
MajorVer=3
|
MajorVer=3
|
||||||
MinorVer=0
|
MinorVer=0
|
||||||
RevNo=0
|
RevNo=0
|
||||||
BuildNum=28715
|
BuildNum=28718
|
||||||
|
|
||||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||||
# Normal builds
|
# Normal builds
|
||||||
|
Loading…
Reference in New Issue
Block a user