UI: Bump header versions

Qt now has a version in data-stream.
This commit is contained in:
Nodir Temirkhodjaev 2022-05-24 12:47:44 +03:00
parent c65188a9b9
commit 441330da8a
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
namespace { namespace {
#define APPS_HEADER_VERSION 4 #define APPS_HEADER_VERSION 5
} }

View File

@ -22,7 +22,7 @@
namespace { namespace {
#define CONN_LIST_HEADER_VERSION 1 #define CONN_LIST_HEADER_VERSION 2
} }

View File

@ -25,7 +25,7 @@
namespace { namespace {
#define SERVICES_HEADER_VERSION 1 #define SERVICES_HEADER_VERSION 2
} }

View File

@ -32,7 +32,7 @@
namespace { namespace {
#define ZONES_HEADER_VERSION 2 #define ZONES_HEADER_VERSION 3
} }