7 lines
105 B
C
7 lines
105 B
C
#ifndef CONFIG_H_
|
|
#define CONFIG_H_
|
|
|
|
#define KOSH_NAME "Kolibri Shell"
|
|
#define KOSH_VERSION "0.1"
|
|
|
|
#endif |