Skip to content

Commit

Permalink
Bump version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveMHz committed Apr 15, 2023
1 parent b6bc7f3 commit 16ad340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 16ad340

Please sign in to comment.