about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ap_state.cpp4
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
31constexpr int AP_MAJOR = 0; 31constexpr int AP_MAJOR = 0;
32constexpr int AP_MINOR = 4; 32constexpr int AP_MINOR = 6;
33constexpr int AP_REVISION = 5; 33constexpr int AP_REVISION = 1;
34 34
35constexpr const char* CERT_STORE_PATH = "cacert.pem"; 35constexpr const char* CERT_STORE_PATH = "cacert.pem";
36constexpr int ITEM_HANDLING = 7; // <- all 36constexpr int ITEM_HANDLING = 7; // <- all