mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
7 lines
101 B
C
7 lines
101 B
C
#ifndef YACREADER_VERSION_H
|
|
#define YACREADER_VERSION_H
|
|
|
|
#define VERSION "@PROJECT_VERSION@"
|
|
|
|
#endif
|