aboutsummaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index 4900c67..c2bb8cc 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -17,7 +17,7 @@
#define ARRAYLEN(x) (sizeof(x) / sizeof(x[0]))
/* VERSION_INFO is supplied by the compiler */
-#define PROGRAM_VERSION "v0.1 (" VERSION_INFO ")"
+#define PROGRAM_VERSION "v0.2 (" VERSION_INFO ")"
#define ARG_LOADED (1<<0)
#define ARG_FAILURE (1<<1)