From 1c69d00d43a2ad0545bf091005cea245e313ccb5 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Fri, 7 Aug 2015 09:56:59 +0100 Subject: [PATCH] Bump version string --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index 67430fd9..3ef4b75a 100644 --- a/common.h +++ b/common.h @@ -40,7 +40,7 @@ #include #include -#define VERSION_STRING "0.9" +#define VERSION_STRING "1.0" extern void parseArguments(int argc, char *argv[]);