From ac47130c71d4da430f90219e8bc1a2f8dfe9f3f6 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Thu, 24 Nov 2016 17:49:36 +0000 Subject: [PATCH] Bump the version date. --- SerialPort.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SerialPort.cpp b/SerialPort.cpp index e73dc98..29535f7 100644 --- a/SerialPort.cpp +++ b/SerialPort.cpp @@ -68,9 +68,9 @@ const uint8_t MMDVM_DEBUG4 = 0xF4U; const uint8_t MMDVM_DEBUG5 = 0xF5U; #if defined(EXTERNAL_OSC) -const uint8_t HARDWARE[] = "MMDVM 20161021 TCXO (D-Star/DMR/System Fusion/P25/CW Id)"; +const uint8_t HARDWARE[] = "MMDVM 20161124 TCXO (D-Star/DMR/System Fusion/P25/CW Id)"; #else -const uint8_t HARDWARE[] = "MMDVM 20161021 (D-Star/DMR/System Fusion/P25/CW Id)"; +const uint8_t HARDWARE[] = "MMDVM 20161124 (D-Star/DMR/System Fusion/P25/CW Id)"; #endif const uint8_t PROTOCOL_VERSION = 1U;