diff options
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index cf5d2379b..d4f025b6c 100644 --- a/src/main.c +++ b/src/main.c @@ -1,7 +1,7 @@ #if defined(__cplusplus) extern "C" { #endif -#define VERSION_STRING "v0.0.3c" +#define VERSION_STRING "v0.0.3d" #include "common.c" #include "timings.c" |