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>2004-01-21 21:09:03 +0300
committerbseifert <none@none>2004-01-21 21:09:03 +0300
commite24fdf37a8d40de98b375c21d96f6f6ee2c40c15 (patch)
tree7a897fb0cb86442bf3efa9f50869d05d0ff13686
parentdf0f96c7af8493ad6ee49796342aa300923065d6 (diff)
Version 1.1.0Release-1_1_0
-rw-r--r--common/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/version.h b/common/version.h
index 4d131a8..c7dae6f 100644
--- a/common/version.h
+++ b/common/version.h
@@ -36,8 +36,8 @@
// Version number. Relevant for BC_RELEASECANDIDATE and BC_RELEASE.
//
#define VERNUM_MAJOR 1
-#define VERNUM_MINOR 0
-#define VERNUM_REVISION 2
+#define VERNUM_MINOR 1
+#define VERNUM_REVISION 0
// The following line is automatically incremented by linkcounter.exe.
// Format: #define blank LINKCOUNT blanks decimal
// Reset this to zero only when you increment VERNUM_MAJOR/MINOR/REVISION.