server/src/kernel/version.h

8 lines
127 B
C
Raw Normal View History

2016-09-16 16:54:41 +02:00
#ifndef H_KERNEL_VERSION
#define H_KERNEL_VERSION
const char *eressea_version(void);
2016-09-16 16:54:41 +02:00
int version_no(const char *str);
#endif