diff options
Diffstat (limited to 'include/main.h')
| -rw-r--r-- | include/main.h | 3 |
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> |
