Skip to content

Commit

Permalink
Code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 22, 2021
1 parent 4335069 commit ac7e01f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/version.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ac7e01f

Please sign in to comment.