Files
yait/config.h
2025-08-23 15:12:21 -04:00

13 lines
265 B
C

#ifndef CONFIG_H
#define CONFIG_H
/* Program information */
#define PROGRAM "yait"
#define LICENSE_LINE \
"License BSD-3-Clause: BSD-3-Clause <https://opensource.org/license/bsd-3-clause>"
#define AUTHORS "vx_clutch"
#define VERSION "1"
#define YEAR 2025
#endif