From: <fir...@us...> - 2011-09-21 03:27:27
|
Revision: 53456 http://firebird.svn.sourceforge.net/firebird/?rev=53456&view=rev Author: firebirds Date: 2011-09-21 03:27:20 +0000 (Wed, 21 Sep 2011) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2011-09-21 03:19:53 UTC (rev 53455) +++ firebird/branches/B2_5_Release/ChangeLog 2011-09-21 03:27:20 UTC (rev 53456) @@ -1,3 +1,19 @@ + 2011-09-20 11:50 makowski + M builds/install/arch-specific/win32/fr/custom_messages_fr.inc + D builds/install/arch-specific/win32/fr/documents-en-francais.txt + M builds/install/arch-specific/win32/fr/installation_lisezmoi.txt + M builds/install/arch-specific/win32/fr/lisezmoi.txt +update french docs + + 2011-09-20 08:02 paul_reeves + A builds/install/arch-specific/win32/cz + A builds/install/arch-specific/win32/cz/custom_messages_cz.inc + A builds/install/arch-specific/win32/ru + A builds/install/arch-specific/win32/ru/Readme.txt + A builds/install/arch-specific/win32/ru/custom_messages_ru.inc + A builds/install/arch-specific/win32/ru/installation_readme.txt +Add i18n windows installer files for cz and ru. + 2011-09-14 13:08 paulbeach M builds/install/arch-specific/darwin/Firebird.startupitem/Firebird M builds/install/arch-specific/darwin/install-script Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-09-21 03:19:53 UTC (rev 53455) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-09-21 03:27:20 UTC (rev 53456) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26358 + FORMAL BUILD NUMBER:26360 */ -#define PRODUCT_VER_STRING "2.5.1.26358" -#define FILE_VER_STRING "WI-V2.5.1.26358" -#define LICENSE_VER_STRING "WI-V2.5.1.26358" -#define FILE_VER_NUMBER 2, 5, 1, 26358 +#define PRODUCT_VER_STRING "2.5.1.26360" +#define FILE_VER_STRING "WI-V2.5.1.26360" +#define LICENSE_VER_STRING "WI-V2.5.1.26360" +#define FILE_VER_NUMBER 2, 5, 1, 26360 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26358" +#define FB_BUILD_NO "26360" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-09-21 03:19:53 UTC (rev 53455) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-09-21 03:27:20 UTC (rev 53456) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26358 +BuildNum=26360 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |