From c0ba147644e9c3999e03ab0ba02a5e23675fd956 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Fri, 23 Sep 2016 13:05:29 +0100 Subject: [PATCH] Bump the version date. --- YSFGateway/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YSFGateway/Version.h b/YSFGateway/Version.h index d33e37c..1894dba 100644 --- a/YSFGateway/Version.h +++ b/YSFGateway/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20160624"; +const char* VERSION = "20160922"; #endif