12 lines
219 B
C
12 lines
219 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define PROGRAM "yait"
|
|
|
|
#define VERSION "pre-alpha"
|
|
#define YEAR 2025
|
|
|
|
#define LICENCE_LINE "License BSD-3-Clause: BSD-3-Clause <https://opensource.org/licenses/BSD-3-Clause>"
|
|
|
|
#endif
|