mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
nightly update
This commit is contained in:
parent
e9bd6eb23a
commit
33433036f9
29
ChangeLog
29
ChangeLog
@ -1,3 +1,32 @@
|
||||
2011-09-08 09:56 paul_reeves
|
||||
A builds/install/arch-specific/win32/cz
|
||||
A builds/install/arch-specific/win32/cz/custom_messages_cz.inc
|
||||
Add i18n strings for cz.
|
||||
|
||||
2011-09-08 09:51 paul_reeves
|
||||
M builds/install/arch-specific/win32/i18n_readme.txt
|
||||
bring i18n instructions up to date
|
||||
|
||||
2011-09-08 09:50 paul_reeves
|
||||
M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
|
||||
M builds/install/arch-specific/win32/FirebirdInstallSupportFunctions.inc
|
||||
M builds/install/arch-specific/win32/Readme.txt
|
||||
misc routine maintenance
|
||||
|
||||
2011-09-08 09:49 paul_reeves
|
||||
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
|
||||
remove hard-coded version string.
|
||||
misc maintenance
|
||||
|
||||
2011-09-08 09:48 paul_reeves
|
||||
M builds/install/arch-specific/win32/custom_messages.inc
|
||||
add i18n message
|
||||
|
||||
2011-09-08 09:46 paul_reeves
|
||||
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
|
||||
calc md5sum after creating packages.
|
||||
misc routine maintenance.
|
||||
|
||||
2011-08-25 11:54 paulbeach
|
||||
M builds/posix/Makefile.in.libfbclient
|
||||
M builds/posix/prefix.darwin_i386
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:18440
|
||||
FORMAL BUILD NUMBER:18446
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.1.5.18440"
|
||||
#define FILE_VER_STRING "WI-V2.1.5.18440"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.5.18440"
|
||||
#define FILE_VER_NUMBER 2, 1, 5, 18440
|
||||
#define PRODUCT_VER_STRING "2.1.5.18446"
|
||||
#define FILE_VER_STRING "WI-V2.1.5.18446"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.5.18446"
|
||||
#define FILE_VER_NUMBER 2, 1, 5, 18446
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "1"
|
||||
#define FB_REV_NO "5"
|
||||
#define FB_BUILD_NO "18440"
|
||||
#define FB_BUILD_NO "18446"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=1
|
||||
RevNo=5
|
||||
BuildNum=18440
|
||||
BuildNum=18446
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user