diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-03-15 14:24:21 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-03-15 14:24:21 -0400 |
commit | dd89a2ca0d64a61e073c68d1a85b062014761123 (patch) | |
tree | 56d359512ae088d5dc222d26eb6aff425c13181f /src/ap_state.cpp | |
parent | a6a072a3ed8805f0fd403dd7fbb08fbd6ab390fb (diff) | |
download | lingo-ap-tracker-dd89a2ca0d64a61e073c68d1a85b062014761123.tar.gz lingo-ap-tracker-dd89a2ca0d64a61e073c68d1a85b062014761123.tar.bz2 lingo-ap-tracker-dd89a2ca0d64a61e073c68d1a85b062014761123.zip |
Bump version v0.7.0
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 |