From e34d83f8c2e508d312a54fda36fcfde817dc95b5 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Fri, 30 Dec 2016 11:36:53 +0000 Subject: [PATCH] Bump the version date. --- Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version.h b/Version.h index 3bce33e..7918d73 100644 --- a/Version.h +++ b/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20161124"; +const char* VERSION = "20161230"; #endif