Revert version number to 1.7.x

This commit is contained in:
Alexey Sokolov
2019-01-27 09:37:10 +00:00
parent 5cde1eb3c1
commit 855ab8c55d
3 changed files with 6 additions and 6 deletions

View File

@@ -20,9 +20,9 @@ limitations under the License.
// The following defines are for #if comparison (preprocessor only likes ints)
#define VERSION_MAJOR 1
#define VERSION_MINOR 7
#define VERSION_PATCH 2
#define VERSION_PATCH -1
// This one is for display purpose and to check ABI compatibility of modules
#define VERSION_STR "1.7.2"
#define VERSION_STR "1.7.x"
#endif
// Don't use this one