mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Extract VERSION to avoid duplication
This commit is contained in:
6
common/version.h.in
Normal file
6
common/version.h.in
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef YACREADER_VERSION_H
|
||||
#define YACREADER_VERSION_H
|
||||
|
||||
#define VERSION "@PROJECT_VERSION@"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user