We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321b9e8 commit ab940b8Copy full SHA for ab940b8
inc/oapv.h
@@ -56,9 +56,9 @@ extern "C" {
56
57
/* version numbers (should be changed in case of new release) */
58
#define OAPV_VER_APISET (0)
59
-#define OAPV_VER_MAJOR (1)
60
-#define OAPV_VER_MINOR (13)
61
-#define OAPV_VER_PATCH (1)
+#define OAPV_VER_MAJOR (2)
+#define OAPV_VER_MINOR (0)
+#define OAPV_VER_PATCH (0)
62
63
/* 4-bytes version number */
64
#define OAPV_VER_NUM \
0 commit comments