Increase version number to 1.9.x

This commit is contained in:
Alexey Sokolov
2020-05-01 22:20:07 +01:00
parent 6f6c4d05c7
commit ff7758b573
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -19,10 +19,10 @@ limitations under the License.
#ifndef BUILD_WITH_CMAKE
// The following defines are for #if comparison (preprocessor only likes ints)
#define VERSION_MAJOR 1
#define VERSION_MINOR 8
#define VERSION_MINOR 9
#define VERSION_PATCH -1
// This one is for display purpose and to check ABI compatibility of modules
#define VERSION_STR "1.8.x"
#define VERSION_STR "1.9.x"
#endif
// Don't use this one