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