mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
Revert version changes after releasing 1.6.2 to 1.6.x
This commit is contained in:
@@ -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 2
|
||||
#define VERSION_PATCH -1
|
||||
// This one is for display purpose
|
||||
#define VERSION_STR "1.6.2"
|
||||
#define VERSION_STR "1.6.x"
|
||||
// This one is for ZNCModInfo
|
||||
#define VERSION (VERSION_MAJOR + VERSION_MINOR / 10.0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user