From 71334b265da8cf8594a9d00598eadffa402ebcd0 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Sun, 12 Nov 2017 16:22:07 -0500 Subject: [PATCH] rebuilding 4.0.22 for itch.io publishing --- 4coder_API/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4coder_API/version.h b/4coder_API/version.h index b0ee81e7..059f17c0 100644 --- a/4coder_API/version.h +++ b/4coder_API/version.h @@ -1,6 +1,6 @@ #define MAJOR 4 #define MINOR 0 -#define PATCH 23 +#define PATCH 22 // string #define VN__(a,b,c) #a "." #b "." #c