From 6269cc32664626cb944580966eb465773ebbd736 Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Mon, 8 Feb 2021 20:52:43 +0000 Subject: [PATCH] Update Version.h --- YSF2P25/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YSF2P25/Version.h b/YSF2P25/Version.h index 36efd6b..e5b0ceb 100644 --- a/YSF2P25/Version.h +++ b/YSF2P25/Version.h @@ -20,6 +20,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20200605"; +const char* VERSION = "20210208"; #endif