diff options
-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 |