mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
nightly update
This commit is contained in:
parent
292cf70723
commit
b455e9a70a
29
ChangeLog
29
ChangeLog
@ -1,3 +1,32 @@
|
||||
2012-06-07 11:43 alexpeshkoff
|
||||
M builds/install/arch-specific/aix/Makefile.in
|
||||
M builds/install/arch-specific/aix/classic/rpmheader.txt.in
|
||||
M builds/install/arch-specific/aix/misc/postinstall.sh.in
|
||||
M builds/install/arch-specific/aix/misc/tarmaininstall.sh.in
|
||||
M builds/install/arch-specific/aix/misc/tarmainuninstall.sh.in
|
||||
M builds/install/arch-specific/freebsd/install.sh.in
|
||||
M builds/install/arch-specific/hpux/Makefile.in
|
||||
M builds/install/arch-specific/hpux/classic/tarmainInstall.sh.in
|
||||
M builds/install/arch-specific/hpux/classic/tarmainUninstall.sh.in
|
||||
M builds/install/arch-specific/linux/Makefile.in
|
||||
M builds/install/arch-specific/linux/misc/postinstall.sh.in
|
||||
M builds/install/arch-specific/linux/misc/tarMainUninstall.sh.in
|
||||
M builds/install/arch-specific/solaris/CS/pkginfo.in
|
||||
M builds/install/arch-specific/solaris/Makefile.in
|
||||
M builds/install/arch-specific/solaris/SS/pkginfo.in
|
||||
M builds/install/arch-specific/solx86gcc/Makefile.in
|
||||
M builds/posix/make.defaults
|
||||
M configure.in
|
||||
Cleanup - no more separate classic/super builds support
|
||||
|
||||
2012-06-07 10:08 paul_reeves
|
||||
M builds/win32/run_all.bat
|
||||
Add option to just build (default is to do make packages after build.)
|
||||
|
||||
2012-06-07 10:06 paul_reeves
|
||||
M builds/win32/make_examples.bat
|
||||
Build employee database with newly built embedded engine.
|
||||
|
||||
2012-06-06 14:50 asfernandes
|
||||
M src/dsql/pass1.cpp
|
||||
Warning.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29995
|
||||
FORMAL BUILD NUMBER:29998
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29995"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29995"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29995"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29995
|
||||
#define PRODUCT_VER_STRING "3.0.0.29998"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29998"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29998"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29998
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29995"
|
||||
#define FB_BUILD_NO "29998"
|
||||
#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=29995
|
||||
BuildNum=29998
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user