We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de542da commit 3055c61Copy full SHA for 3055c61
include/gdrapi.h
@@ -26,8 +26,8 @@
26
#include <stdint.h> // for standard [u]intX_t types
27
#include <stddef.h>
28
29
-#define GDR_API_MAJOR_VERSION 1
30
-#define GDR_API_MINOR_VERSION 4
+#define GDR_API_MAJOR_VERSION 2
+#define GDR_API_MINOR_VERSION 0
31
#define GDR_API_VERSION ((GDR_API_MAJOR_VERSION << 16) | GDR_API_MINOR_VERSION)
32
33
0 commit comments