diff options
author | Ian C <ianc@noddybox.co.uk> | 2023-01-12 22:14:59 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2023-01-12 22:14:59 +0000 |
commit | 6ab0f195c4ea20cca7c6ace05cf87c727d286131 (patch) | |
tree | 0b6fd03ec6f1be6eb90c23c238f59a326fe39f1f /source | |
parent | d322647316fe0f1d9feeeddb41e40e0947175c52 (diff) |
Diffstat (limited to 'source')
-rw-r--r-- | source/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/main.c b/source/main.c index 13e2ba0..78d0fd8 100644 --- a/source/main.c +++ b/source/main.c @@ -35,7 +35,7 @@ #include "snap.h" #include "debug.h" -#define DSSPEC_VERSION "0.1" +#define DSSPEC_VERSION "0.2 development" #ifndef TRUE #define TRUE 1 |