files
kosh/config.h
2025-03-02 00:51:43 +03:00

7 lines
105 B
C

#ifndef CONFIG_H_
#define CONFIG_H_
#define KOSH_NAME "Kolibri Shell"
#define KOSH_VERSION "0.1"
#endif