mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
nightly update
This commit is contained in:
parent
31b27471a5
commit
57b850e91c
17
ChangeLog
17
ChangeLog
@ -1,3 +1,20 @@
|
||||
2013-07-22 16:20 dimitr
|
||||
M doc/WhatsNew
|
||||
Updated the docs.
|
||||
|
||||
2013-07-22 16:18 dimitr
|
||||
M doc/WhatsNew
|
||||
Updated the docs.
|
||||
|
||||
2013-07-22 07:47 hvlad
|
||||
M src/dsql/gen.cpp
|
||||
Fixed bug CORE-4144 : Error "context already in use (BLR error)" when preparing a query with UNION
|
||||
|
||||
2013-07-22 07:36 alexpeshkoff
|
||||
M builds/posix/Makefile.in.examples
|
||||
M builds/posix/Makefile.in.firebird
|
||||
Patch from LO
|
||||
|
||||
2013-07-19 08:42 hvlad
|
||||
M src/dsql/dsql.h
|
||||
M src/dsql/pass1.cpp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:26678
|
||||
FORMAL BUILD NUMBER:26682
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.5.3.26678"
|
||||
#define FILE_VER_STRING "WI-V2.5.3.26678"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.3.26678"
|
||||
#define FILE_VER_NUMBER 2, 5, 3, 26678
|
||||
#define PRODUCT_VER_STRING "2.5.3.26682"
|
||||
#define FILE_VER_STRING "WI-V2.5.3.26682"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.3.26682"
|
||||
#define FILE_VER_NUMBER 2, 5, 3, 26682
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "5"
|
||||
#define FB_REV_NO "3"
|
||||
#define FB_BUILD_NO "26678"
|
||||
#define FB_BUILD_NO "26682"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.5"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=5
|
||||
RevNo=3
|
||||
BuildNum=26678
|
||||
BuildNum=26682
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user