Skip to content

Commit

Permalink
Bump api version to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Mar 18, 2020
1 parent bbbab50 commit 4c9e8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocgapi_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define OCGAPI_TYPES_H
#include <stdint.h>

#define OCG_VERSION_MAJOR 6
#define OCG_VERSION_MINOR 1
#define OCG_VERSION_MAJOR 7
#define OCG_VERSION_MINOR 0

typedef enum OCG_LogTypes {
OCG_LOG_TYPE_ERROR,
Expand Down

0 comments on commit 4c9e8af

Please sign in to comment.