mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-04 06:00:30 +00:00
11 lines
371 B
C
11 lines
371 B
C
// Populated by CMake, and installed to the host system
|
|
#ifndef NOTCURSES_VERSION_HEADER
|
|
#define NOTCURSES_VERSION_HEADER
|
|
|
|
#define NOTCURSES_VERSION_MAJOR "@notcurses_VERSION_MAJOR@"
|
|
#define NOTCURSES_VERSION_MINOR "@notcurses_VERSION_MINOR@"
|
|
#define NOTCURSES_VERSION_PATCH "@notcurses_VERSION_PATCH@"
|
|
#define NOTCURSES_VERSION_TWEAK "@notcurses_VERSION_TWEAK@"
|
|
|
|
#endif
|