From 61c9e3f21c522535ea1ca1074018ca3dd2fe7b4d Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 22 May 2015 22:38:38 -0400 Subject: bump version to v0.1 --- src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/globals.h b/src/globals.h index 721507c..0f96992 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 "prerelease (" VERSION_INFO ")" +#define PROGRAM_VERSION "v0.1 (" VERSION_INFO ")" #define ARG_LOADED (1<<0) #define ARG_FAILURE (1<<1) -- cgit v1.1