Skip to content

Commit

Permalink
Changed version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakmarkthub committed Jul 29, 2019
1 parent de542da commit 3055c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,366 deletions.
4 changes: 2 additions & 2 deletions include/gdrapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
#include <stdint.h> // for standard [u]intX_t types
#include <stddef.h>

#define GDR_API_MAJOR_VERSION 1
#define GDR_API_MINOR_VERSION 4
#define GDR_API_MAJOR_VERSION 2
#define GDR_API_MINOR_VERSION 0
#define GDR_API_VERSION ((GDR_API_MAJOR_VERSION << 16) | GDR_API_MINOR_VERSION)


Expand Down
Loading

0 comments on commit 3055c61

Please sign in to comment.