Increase the version number to 1.6.1

This commit is contained in:
J-P Nurmi
2015-02-17 00:11:49 +01:00
parent 2f058fcc80
commit 1f7fe5f576
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 0
#define VERSION_PATCH 1
// This one is for display purpose
#define VERSION_STR "1.6.0"
#define VERSION_STR "1.6.1"
// This one is for ZNCModInfo
#define VERSION (VERSION_MAJOR + VERSION_MINOR / 10.0)