From 44e8b06603d91d398c0955f34da33d0242b7551a Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 22 May 2022 14:47:06 +0300 Subject: Pong example, type named fields and vector lib changes. --- include/main.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/main.h') diff --git a/include/main.h b/include/main.h index 1f626f0..ed993a2 100644 --- a/include/main.h +++ b/include/main.h @@ -3,8 +3,9 @@ #define STRING_LEN 1024 #define VERSION_MAJOR 0 -#define VERSION_MINOR 2 +#define VERSION_MINOR 3 #define VERSION_PATCH 0 +#define VERSION_DEV 1 #include #include -- cgit v1.2.3