From c5e28c3941a9068e3fdf5b84e51180a531e88a98 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 2 Feb 2016 20:05:50 +0000 Subject: [PATCH] Update the version date. --- Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version.h b/Version.h index 8ba53ad..3ca887b 100644 --- a/Version.h +++ b/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20160201"; +const char* VERSION = "20160202"; #endif