mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Fix -DVERSION_EXTRA="foo"
It was broken since 58a34fa5ad (since ZNC 1.2)
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
#define VERSION (VERSION_MAJOR + VERSION_MINOR / 10.0)
|
||||
|
||||
// You can add -DVERSION_EXTRA="stuff" to your CXXFLAGS!
|
||||
#ifndef VERSION_EXTRA
|
||||
# define VERSION_EXTRA ""
|
||||
#endif
|
||||
extern const char* ZNC_VERSION_EXTRA;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user