From 853ec68ddca266bc4a47d32b5b96bf787d65f586 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Thu, 28 May 2015 17:37:41 -0400 Subject: bump version to v0.3 --- src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.1