Skip to content

Commit 3055c61

Browse files
committed
Changed version to 2.0
1 parent de542da commit 3055c61

File tree

2 files changed

+2
-1366
lines changed

2 files changed

+2
-1366
lines changed

include/gdrapi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#include <stdint.h> // for standard [u]intX_t types
2727
#include <stddef.h>
2828

29-
#define GDR_API_MAJOR_VERSION 1
30-
#define GDR_API_MINOR_VERSION 4
29+
#define GDR_API_MAJOR_VERSION 2
30+
#define GDR_API_MINOR_VERSION 0
3131
#define GDR_API_VERSION ((GDR_API_MAJOR_VERSION << 16) | GDR_API_MINOR_VERSION)
3232

3333

0 commit comments

Comments
 (0)