mirror of
https://github.com/znc/znc.git
synced 2026-07-05 17:31:06 +02:00
Make version 1.7.x again for 1.7.x branch
This commit is contained in:
@@ -19,10 +19,10 @@ limitations under the License.
|
||||
#ifndef BUILD_WITH_CMAKE
|
||||
// The following defines are for #if comparison (preprocessor only likes ints)
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 8
|
||||
#define VERSION_MINOR 7
|
||||
#define VERSION_PATCH -1
|
||||
// This one is for display purpose and to check ABI compatibility of modules
|
||||
#define VERSION_STR "1.8.x"
|
||||
#define VERSION_STR "1.7.x"
|
||||
#endif
|
||||
|
||||
// Don't use this one
|
||||
|
||||
Reference in New Issue
Block a user