From 0153b544206f7ef196d63455b1671b248e16bda6 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Sat, 25 Mar 2017 09:52:10 +0000 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 9233872..58fb73f 100644 --- a/YSFGateway/Version.h +++ b/YSFGateway/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20170318"; +const char* VERSION = "20170325"; #endif