diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-05-17 11:57:34 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-05-17 11:57:34 -0400 |
commit | f6c029a2e5cef66b24ec1f4b989bae03ed841f44 (patch) | |
tree | b4863db0083ae0ae36e005f511ec7a858f585aca /src/ap_state.cpp | |
parent | cf53c20aac99f553581c0933c19b5f422d38fd35 (diff) | |
download | lingo-ap-tracker-f6c029a2e5cef66b24ec1f4b989bae03ed841f44.tar.gz lingo-ap-tracker-f6c029a2e5cef66b24ec1f4b989bae03ed841f44.tar.bz2 lingo-ap-tracker-f6c029a2e5cef66b24ec1f4b989bae03ed841f44.zip |
This is needed to be able to connect to AP 0.6.2 and later.
Diffstat (limited to 'src/ap_state.cpp')
-rw-r--r-- | src/ap_state.cpp | 4 |
1 files 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 @@ | |||
29 | #include "tracker_state.h" | 29 | #include "tracker_state.h" |
30 | 30 | ||
31 | constexpr int AP_MAJOR = 0; | 31 | constexpr int AP_MAJOR = 0; |
32 | constexpr int AP_MINOR = 4; | 32 | constexpr int AP_MINOR = 6; |
33 | constexpr int AP_REVISION = 5; | 33 | constexpr int AP_REVISION = 1; |
34 | 34 | ||
35 | constexpr const char* CERT_STORE_PATH = "cacert.pem"; | 35 | constexpr const char* CERT_STORE_PATH = "cacert.pem"; |
36 | constexpr int ITEM_HANDLING = 7; // <- all | 36 | constexpr int ITEM_HANDLING = 7; // <- all |