Files
ltypes/include/version.h

9 lines
260 B
C
Raw Normal View History

2026-06-10 09:06:08 -05:00
#ifndef LTYPES_VERSION_H
#define LTYPES_VERSION_H
#define L_TYPES_AUTHOR "Lucielle <luci@git.lunarware.tech"
#define L_TYPES_REPO "https://git.lunarware.tech/lucielle/ltypes.git"
#define L_TYPES_VERSION "0.1.0"
#define L_TYPES_LICENSE "GNU GPL v3"
#endif