8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

nightly update

This commit is contained in:
firebirds 2013-10-18 02:27:13 +00:00
parent 93ad9e94de
commit 2872fc61da
3 changed files with 30 additions and 7 deletions

View File

@ -1,3 +1,26 @@
2013-10-17 16:08 alexpeshkoff
M autogen.sh
M configure.ac
Avoid deprecated macros in configure.ac. Use autoconf 2.69 as basic for FB3.
2013-10-17 15:56 alexpeshkoff
D extern/editline/Makefile.am
M extern/editline/Makefile.in
M extern/editline/configure
D extern/editline/src/Makefile.am
M extern/editline/src/Makefile.in
Avoid automake dependency which caused people a lot of problems
2013-10-17 15:42 asfernandes
M src/isql/extract.epp
M src/isql/show.epp
1) Fixed some bugs with show/extract related to packages.
2) Cleanup related to multiple ODS, now using possible non-existent fields in older ODS which will return NULL.
2013-10-17 13:22 alexpeshkoff
M examples/interfaces/04.print_table.cpp
Very strange that it compiled and worked as expected with 2 unused and unneded lines of code
2013-10-16 12:53 alexpeshkoff
M doc/README.services_extension
M lang_helpers/gds_codes.ftn

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30684
FORMAL BUILD NUMBER:30688
*/
#define PRODUCT_VER_STRING "3.0.0.30684"
#define FILE_VER_STRING "WI-T3.0.0.30684"
#define LICENSE_VER_STRING "WI-T3.0.0.30684"
#define FILE_VER_NUMBER 3, 0, 0, 30684
#define PRODUCT_VER_STRING "3.0.0.30688"
#define FILE_VER_STRING "WI-T3.0.0.30688"
#define LICENSE_VER_STRING "WI-T3.0.0.30688"
#define FILE_VER_NUMBER 3, 0, 0, 30688
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30684"
#define FB_BUILD_NO "30688"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=30684
BuildNum=30688
NowAt=`pwd`
cd `dirname $0`