From bbbeb9f3c536b95b5c3e7fccbb94f6c69a099c80 Mon Sep 17 00:00:00 2001 From: "Franc[e]sco" Date: Wed, 3 Feb 2021 18:04:56 +0100 Subject: [PATCH] bump version --- oppai.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oppai.c b/oppai.c index e5c6fed..8e9289e 100644 --- a/oppai.c +++ b/oppai.c @@ -221,8 +221,8 @@ OPPAIAPI char* oppai_version_str(void); #include #include -#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)