mirror of
https://github.com/znc/znc.git
synced 2026-05-10 07:14:43 +02:00
Increase the version number to 1.0
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
#define _VERSION_H
|
||||
|
||||
// The following defines are for #if comparison (preprocessor only likes ints)
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 207
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 0
|
||||
// This one is for display purpose
|
||||
#define VERSION (VERSION_MAJOR + VERSION_MINOR / 1000.0)
|
||||
#define VERSION (VERSION_MAJOR + VERSION_MINOR / 10.0)
|
||||
|
||||
// You can add -DVERSION_EXTRA="stuff" to your CXXFLAGS!
|
||||
extern const char* ZNC_VERSION_EXTRA;
|
||||
|
||||
Reference in New Issue
Block a user