This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/include/version.h
github-actions ac7e01f328 Code style fixes
2021-04-22 18:20:43 +00:00

8 lines
203 B
C

#ifndef ZTS_VERSION_H
#define ZTS_VER_CORE_STR = "1.4.6"
#define ZTS_VER_LIB_STR = "1.3.4"
#define ZTS_VER_LIB_MAJOR = 1.3.4
#define ZTS_VER_LIB_MINOR = 1.3.4
#define ZTS_VER_LIB_PATCH = 1.3.4
#endif