Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco149 committed Feb 3, 2021
1 parent a7a445b commit bbbeb9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oppai.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ OPPAIAPI char* oppai_version_str(void);
#include <string.h>
#include <math.h>

#define OPPAI_VERSION_MAJOR 3
#define OPPAI_VERSION_MINOR 3
#define OPPAI_VERSION_MAJOR 4
#define OPPAI_VERSION_MINOR 0
#define OPPAI_VERSION_PATCH 0
#define STRINGIFY_(x) #x
#define STRINGIFY(x) STRINGIFY_(x)
Expand Down

0 comments on commit bbbeb9f

Please sign in to comment.