mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 23:47:21 +00:00
11 lines
244 B
C
11 lines
244 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define AUTHOR "Evgeniy Alekseev"
|
|
#define BUILD_DATE "@CURRENT_DATE@"
|
|
#define DATE "2014-@CURRENT_YEAR@"
|
|
#define NAME "Netctl Graphical Interface"
|
|
#define VERSION "@PROJECT_VERSION@"
|
|
|
|
#endif /* VERSION_H */
|