Files
libucore/src/ucore_version.h
T
2012-10-29 23:07:32 +01:00

12 lines
214 B
C

#ifndef UCORE_VERSION_H_
#define UCORE_VERSION_H_
extern const int ucore_version_major;
extern const int ucore_version_minor;
extern const int ucore_version_patch;
extern const char ucore_version_str[];
#endif