Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorassarbad <none@none>2005-07-16 17:38:44 +0400
committerassarbad <none@none>2005-07-16 17:38:44 +0400
commit7ddb467953800a8e7f41a1a1e05d5de30f3bade1 (patch)
tree0d5ab76e5efe23ea1fb5dea4efc4509a857ebf5b
parent392f320d42f476237b0e8ff2cadc076a7510312c (diff)
- Preparation for release 1.1.2
-rw-r--r--CHANGELOG.txt4
-rw-r--r--common/version.h9
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.
//