Initial import of libucore
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user