summaryrefslogtreecommitdiff
path: root/include/main.h
diff options
context:
space:
mode:
authorjussi2022-05-22 14:47:06 +0300
committerjussi2022-05-22 14:47:06 +0300
commit44e8b06603d91d398c0955f34da33d0242b7551a (patch)
treea14e70cc7bff7673ccc5b8a04750ed7aed56b701 /include/main.h
parent85fc6cd6a3865f19ceac448dcb33b0c19b8e6b77 (diff)
downloadreilua-enhanced-44e8b06603d91d398c0955f34da33d0242b7551a.tar.gz
reilua-enhanced-44e8b06603d91d398c0955f34da33d0242b7551a.tar.bz2
reilua-enhanced-44e8b06603d91d398c0955f34da33d0242b7551a.zip
Pong example, type named fields and vector lib changes.
Diffstat (limited to 'include/main.h')
-rw-r--r--include/main.h3
1 files changed, 2 insertions, 1 deletions
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 <stdio.h>
#include <stdlib.h>