From a4e724a1a6080377fbc227c5246266234992be41 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sun, 7 Aug 2016 15:38:04 -0400 Subject: [PATCH] Bump Version: 0.3 --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 02b589c..84d475f 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ #ifndef __version_h__ #define __version_h__ -#define VERSION "0.2" -#define VERSION_DATE "Fri Jun 17 22:22:40 2016" +#define VERSION "0.3" +#define VERSION_DATE "Sun Aug 7 15:38:02 2016" #endif