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:
authorbseifert <none@none>2005-01-02 06:56:06 +0300
committerbseifert <none@none>2005-01-02 06:56:06 +0300
commitebd76d5b9913b3e43a3de69ba2d7d27484a9f797 (patch)
tree8adc49a822fdeae01525afc1ee8a20da3b6378bd /common/version.h
parent30d2a43b929dc9f1b28cd1d0189008882c7e50b4 (diff)
Copyright -2005. Release 1.1.1
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 0b17ea5..a254f0f 100644
--- a/common/version.h
+++ b/common/version.h
@@ -30,8 +30,8 @@
//
//#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_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
//-------------------------------------------------------------------
@@ -44,7 +44,7 @@
// Format: #define blank LINKCOUNT blanks decimal
// Reset this to zero only when you increment VERNUM_MAJOR/MINOR/REVISION.
-#define LINKCOUNT 17
+#define LINKCOUNT 18
//-------------------------------------------------------------------
// Release candidate number. Relevant for BC_RELEASECANDIDATE.
@@ -114,6 +114,9 @@
// $Log$
+// Revision 1.28 2005/01/02 03:56:04 bseifert
+// Copyright -2005. Release 1.1.1
+//
// Revision 1.27 2004/12/31 16:01:38 bseifert
// Bugfixes. See changelog 2004-12-31.
//