diff options
| -rw-r--r-- | src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h index 6403327..efddce3 100644 --- a/src/globals.h +++ b/src/globals.h @@ -20,7 +20,7 @@ #define ARRAYLEN(x) (sizeof(x) / sizeof(x[0])) /* VERSION_INFO is supplied by the compiler */ -#define PROGRAM_VERSION "v0.2 (" VERSION_INFO ")" +#define PROGRAM_VERSION "v0.3 (" VERSION_INFO ")" #define ARG_LOADED (1<<0) #define ARG_FAILURE (1<<1) |