diff options
Diffstat (limited to 'src/ap_state.cpp')
-rw-r--r-- | src/ap_state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ap_state.cpp b/src/ap_state.cpp index fdc0219..8134cdb 100644 --- a/src/ap_state.cpp +++ b/src/ap_state.cpp | |||
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | constexpr int AP_MAJOR = 0; | 28 | constexpr int AP_MAJOR = 0; |
29 | constexpr int AP_MINOR = 4; | 29 | constexpr int AP_MINOR = 4; |
30 | constexpr int AP_REVISION = 0; | 30 | constexpr int AP_REVISION = 5; |
31 | 31 | ||
32 | constexpr const char* CERT_STORE_PATH = "cacert.pem"; | 32 | constexpr const char* CERT_STORE_PATH = "cacert.pem"; |
33 | constexpr int ITEM_HANDLING = 7; // <- all | 33 | constexpr int ITEM_HANDLING = 7; // <- all |