From e94236e4eb3641e2da9abccd7c3e8e566b5d5637 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 24 Aug 2021 18:51:04 +0100 Subject: [PATCH] Bump the version date. --- P25Reflector/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P25Reflector/Version.h b/P25Reflector/Version.h index 75c23cd..ee48a9e 100644 --- a/P25Reflector/Version.h +++ b/P25Reflector/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20210213"; +const char* VERSION = "20210824"; #endif