Revert version to 1.6.x after release of 1.6.3

This commit is contained in:
Alexey Sokolov
2016-02-23 21:37:38 +00:00
parent 90d03a48e5
commit e5ff36eb8e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
// The following defines are for #if comparison (preprocessor only likes ints)
#define VERSION_MAJOR 1
#define VERSION_MINOR 6
#define VERSION_PATCH 3
#define VERSION_PATCH -1
// This one is for display purpose
#define VERSION_STR "1.6.3"
#define VERSION_STR "1.6.x"
// This one is for ZNCModInfo
#define VERSION (VERSION_MAJOR + VERSION_MINOR / 10.0)