Extract VERSION to avoid duplication

This commit is contained in:
luisangelsm
2026-03-30 17:19:40 +02:00
parent 74aebffd9b
commit 79a8acbd42
9 changed files with 46 additions and 44 deletions

6
common/version.h.in Normal file
View File

@ -0,0 +1,6 @@
#ifndef YACREADER_VERSION_H
#define YACREADER_VERSION_H
#define VERSION "@PROJECT_VERSION@"
#endif