This commit is contained in:
2025-11-09 21:55:07 -05:00
parent 561753df41
commit bfefb223f1
18 changed files with 546 additions and 5 deletions

12
version.h Normal file
View File

@@ -0,0 +1,12 @@
#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_ */