mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Increase the version number to 1.3
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
// The following defines are for #if comparison (preprocessor only likes ints)
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 2
|
||||
#define VERSION_MINOR 3
|
||||
// This one is for display purpose
|
||||
#define VERSION (VERSION_MAJOR + VERSION_MINOR / 10.0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user