mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 23:47:21 +00:00
9 lines
149 B
C
9 lines
149 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#ifndef PROJ_VERSION
|
|
#define PROJ_VERSION "@PROJECT_VERSION@"
|
|
#endif /* PROJ_VERSION */
|
|
|
|
#endif /* VERSION_H */
|