Code style fixes

This commit is contained in:
github-actions
2021-04-22 18:20:43 +00:00
parent 43350691b5
commit ac7e01f328

View File

@@ -1,7 +1,7 @@
#ifndef ZTS_VERSION_H #ifndef ZTS_VERSION_H
#define ZTS_VER_CORE_STR="1.4.6" #define ZTS_VER_CORE_STR = "1.4.6"
#define ZTS_VER_LIB_STR="1.3.4" #define ZTS_VER_LIB_STR = "1.3.4"
#define ZTS_VER_LIB_MAJOR=1.3.4 #define ZTS_VER_LIB_MAJOR = 1.3.4
#define ZTS_VER_LIB_MINOR=1.3.4 #define ZTS_VER_LIB_MINOR = 1.3.4
#define ZTS_VER_LIB_PATCH=1.3.4 #define ZTS_VER_LIB_PATCH = 1.3.4
#endif #endif