From: <fir...@us...> - 2011-09-29 03:27:40
|
Revision: 53487 http://firebird.svn.sourceforge.net/firebird/?rev=53487&view=rev Author: firebirds Date: 2011-09-29 03:27:33 +0000 (Thu, 29 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-28 10:23:08 UTC (rev 53486) +++ firebird/branches/B2_5_Release/ChangeLog 2011-09-29 03:27:33 UTC (rev 53487) @@ -1,3 +1,34 @@ + 2011-09-28 10:23 dimitr + M builds/install/arch-specific/win32/ru/custom_messages_ru.inc + M builds/install/arch-specific/win32/ru/installation_readme.txt +Russian translation adjustments. + + 2011-09-28 10:05 paul_reeves + M builds/install/arch-specific/win32/cz/custom_messages_cz.inc +use correct language marker for new entries + + 2011-09-28 09:58 paul_reeves + M builds/install/arch-specific/win32/ru/custom_messages_ru.inc +Use proper english for place holder text. + + 2011-09-28 09:49 paul_reeves + M builds/install/arch-specific/win32/ru/Readme.txt + M builds/install/arch-specific/win32/ru/custom_messages_ru.inc + M builds/install/arch-specific/win32/ru/installation_readme.txt +Sync B2_5_Release branch with changes made to R2_5_1 + + 2011-09-28 09:17 paul_reeves + M builds/install/arch-specific/win32/pt/custom_messages_pt.inc + M builds/install/arch-specific/win32/pt/instalacao_leia-me.txt + M builds/install/arch-specific/win32/pt/leia-me.txt +update pt i18n files for windows installer + + 2011-09-28 09:16 paul_reeves + A builds/install/arch-specific/win32/cz/ctime.txt + M builds/install/arch-specific/win32/cz/custom_messages_cz.inc + A builds/install/arch-specific/win32/cz/instalace_ctime.txt +Add/update cz i18n files for windows installer + 2011-09-26 07:14 dimitr M doc/WhatsNew Updated docs. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-09-28 10:23:08 UTC (rev 53486) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-09-29 03:27:33 UTC (rev 53487) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26362 + FORMAL BUILD NUMBER:26368 */ -#define PRODUCT_VER_STRING "2.5.1.26362" -#define FILE_VER_STRING "WI-V2.5.1.26362" -#define LICENSE_VER_STRING "WI-V2.5.1.26362" -#define FILE_VER_NUMBER 2, 5, 1, 26362 +#define PRODUCT_VER_STRING "2.5.1.26368" +#define FILE_VER_STRING "WI-V2.5.1.26368" +#define LICENSE_VER_STRING "WI-V2.5.1.26368" +#define FILE_VER_NUMBER 2, 5, 1, 26368 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26362" +#define FB_BUILD_NO "26368" #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-28 10:23:08 UTC (rev 53486) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-09-29 03:27:33 UTC (rev 53487) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26362 +BuildNum=26368 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. |