From 7ddb467953800a8e7f41a1a1e05d5de30f3bade1 Mon Sep 17 00:00:00 2001 From: assarbad Date: Sat, 16 Jul 2005 13:38:44 +0000 Subject: - Preparation for release 1.1.2 --- CHANGELOG.txt | 4 ++++ common/version.h | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dde5c53..af83b59 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,10 @@ changelog.txt - What has been done to WinDirStat (newest top) Last modified: $Date$ ============================================================= +2005-07-16 assarbad + * Release of version 1.1.2 which features new translations and some + very minor code corrections. + 2005-04-17 assarbad * Fixed a bug that appeared only in the Spanish, Italian and Czech resource DLLs, but seemed to be by chance. It was the fact that diff --git a/common/version.h b/common/version.h index 1cb1e34..429e273 100644 --- a/common/version.h +++ b/common/version.h @@ -43,9 +43,9 @@ // Build categories. Uncomment _one_ line. // -#define BC_DEVEL // Development version. The usual setting. File version is 0.0.0.buildno. +//#define BC_DEVEL // Development version. The usual setting. File version is 0.0.0.buildno. //#define BC_RELEASECANDIDATE // Release candidate. Version number is relevant but not yet official. About-box shows x.y.zrcn. File version is x.y.z.buildno. -//#define BC_RELEASE // Set this only during official builds. About-box shows x.y.z. File version is x.y.z.buildno +#define BC_RELEASE // Set this only during official builds. About-box shows x.y.z. File version is x.y.z.buildno // A release version must not contain debug information. Raise an error! #if defined(_DEBUG) && defined(BC_RELEASE) @@ -66,7 +66,7 @@ // Format: #define blank LINKCOUNT blanks decimal // Reset this to zero only when you increment VERNUM_MAJOR/MINOR/REVISION. -#define LINKCOUNT 72 +#define LINKCOUNT 77 //------------------------------------------------------------------- // Release candidate number. Relevant for BC_RELEASECANDIDATE. @@ -155,6 +155,9 @@ // $Log$ +// Revision 1.37 2005/07/16 13:38:44 assarbad +// - Preparation for release 1.1.2 +// // Revision 1.36 2005/04/17 20:45:15 assarbad // - Now the list of translators is shared among all translations. See changelog for details. // -- cgit v1.2.3