Increase the version number to 1.6.0

This commit is contained in:
Alexey Sokolov
2015-02-12 20:48:26 +00:00
parent 4d17d6213d
commit f47e8465ef
3 changed files with 163 additions and 5 deletions

View File

@@ -3,10 +3,10 @@
// The following defines are for #if comparison (preprocessor only likes ints)
#define VERSION_MAJOR 1
#define VERSION_MINOR 5
#define VERSION_MINOR 6
#define VERSION_PATCH 0
// This one is for display purpose
#define VERSION_STR "1.5.0"
#define VERSION_STR "1.6.0"
// This one is for ZNCModInfo
#define VERSION (VERSION_MAJOR + VERSION_MINOR / 10.0)