From f6c029a2e5cef66b24ec1f4b989bae03ed841f44 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 17 May 2025 11:57:34 -0400 Subject: Bump AP server version This is needed to be able to connect to AP 0.6.2 and later. --- src/ap_state.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ap_state.cpp b/src/ap_state.cpp index dfb8fe7..8438649 100644 --- a/src/ap_state.cpp +++ b/src/ap_state.cpp @@ -29,8 +29,8 @@ #include "tracker_state.h" constexpr int AP_MAJOR = 0; -constexpr int AP_MINOR = 4; -constexpr int AP_REVISION = 5; +constexpr int AP_MINOR = 6; +constexpr int AP_REVISION = 1; constexpr const char* CERT_STORE_PATH = "cacert.pem"; constexpr int ITEM_HANDLING = 7; // <- all -- cgit 1.4.1