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
bba4236bc9
commit
3ce26a3eb1
23
ChangeLog
23
ChangeLog
@ -1,3 +1,26 @@
|
||||
2013-12-05 09:19 alexpeshkoff
|
||||
M src/config/Args.cpp
|
||||
M src/dudley/ddl.cpp
|
||||
M src/dudley/lex.cpp
|
||||
M src/gpre/c_cxx.cpp
|
||||
M src/gpre/int_cxx.cpp
|
||||
M src/gpre/pat.cpp
|
||||
M src/gpre/pretty.cpp
|
||||
M src/lock/print.cpp
|
||||
M src/qli/lex.cpp
|
||||
Committed reworked patch from Debian
|
||||
|
||||
2013-12-04 16:24 roman-simakov
|
||||
M builds/posix/Makefile.in.client.util
|
||||
M builds/posix/Makefile.in.embed.util
|
||||
M builds/win32/msvc10/nbackup.vcxproj
|
||||
M builds/win32/msvc10/nbackup.vcxproj.filters
|
||||
M builds/win32/msvc7/nbackup.vcproj
|
||||
M builds/win32/msvc8/nbackup.vcproj
|
||||
M builds/win32/msvc9/nbackup.vcproj
|
||||
M src/utilities/nbackup.cpp
|
||||
Ignoring port for localhost in nbackup. Added check for localhost and error message if non localhost provided.
|
||||
|
||||
2013-11-29 11:33 alexpeshkoff
|
||||
M configure.in
|
||||
M src/jrd/common.h
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:26717
|
||||
FORMAL BUILD NUMBER:26719
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.5.3.26717"
|
||||
#define FILE_VER_STRING "WI-V2.5.3.26717"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.3.26717"
|
||||
#define FILE_VER_NUMBER 2, 5, 3, 26717
|
||||
#define PRODUCT_VER_STRING "2.5.3.26719"
|
||||
#define FILE_VER_STRING "WI-V2.5.3.26719"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.3.26719"
|
||||
#define FILE_VER_NUMBER 2, 5, 3, 26719
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "5"
|
||||
#define FB_REV_NO "3"
|
||||
#define FB_BUILD_NO "26717"
|
||||
#define FB_BUILD_NO "26719"
|
||||
#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=26717
|
||||
BuildNum=26719
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user