Browse Source

Code style fixes

pull/8/head
github-actions 5 years ago
parent
commit
ac7e01f328
  1. 10
      include/version.h

10
include/version.h

@ -1,7 +1,7 @@
#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
#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

Loading…
Cancel
Save