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:
Diffstat (limited to 'common/version.h')
-rw-r--r--common/version.h9
1 files changed, 6 insertions, 3 deletions
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.
//