13 lines
210 B
C
13 lines
210 B
C
#ifndef VERSION_H_
|
|
#define VERSION_H_
|
|
|
|
#define PROGRAM_NAME "yait"
|
|
#define PROGRAM_NAME_LONG "yait/fSD"
|
|
|
|
#define VERSION "1.0.0"
|
|
|
|
/* Print the version string. */
|
|
void version(void);
|
|
|
|
#endif /* VERSION_H_ */
|