From c01102ed5f54eb62471fbea5fbb763d48a62d0e1 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 17 May 2016 19:48:54 +0100 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 080a6fe..aa44328 100644 --- a/Version.h +++ b/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20160505"; +const char* VERSION = "20160517"; #endif