Removed dev status from version.

This commit is contained in:
jussi
2022-09-22 21:08:07 +03:00
parent 0fad8239b6
commit 1094b1f833

View File

@@ -5,7 +5,7 @@
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 3 #define VERSION_MINOR 3
#define VERSION_PATCH 0 #define VERSION_PATCH 0
#define VERSION_DEV 1 #define VERSION_DEV 0
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>