7 lines
101 B
C
7 lines
101 B
C
#ifndef CONFIG_H_
|
|
#define CONFIG_H_
|
|
|
|
#define PRG_VERSION "@PROJECT_VERSION@"
|
|
|
|
#endif /* CONFIG_H_ */
|