From 16ad3408d43a2d5c0ad77f34fe85f948ee8c5847 Mon Sep 17 00:00:00 2001 From: Dustin Holden Date: Fri, 14 Apr 2023 20:53:05 -0400 Subject: [PATCH] Bump version to 2.2.2 --- src/Version.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Version.cpp b/src/Version.cpp index c46d1d4..47edf5e 100644 --- a/src/Version.cpp +++ b/src/Version.cpp @@ -5,11 +5,11 @@ #include "System.h" // Version of this software -semver_t current_version = { 2, 2, 1 }; +semver_t current_version = { 2, 2, 2 }; // The HD+ firmware version that this copy of the software supports. // Used before executing commands on the MCU and for the 'EEPROM' -semver_t target_firmware_version = { 2, 1, 10 }; +semver_t target_firmware_version = { 2, 2, 2 }; bool findKernelPatchVersion(uint8_t *version) { char tag[] = "HDMIkv";