From 175167b311390b665ac3d7484cdb5a298944c854 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Sat, 26 Mar 2016 09:09:35 -0400 Subject: [PATCH] Temporary fix for new keepasshttp version Updates internal version number to prevent warnings on browser plugins. Does not implement host change protocol added in this version. --- src/http/Protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/Protocol.cpp b/src/http/Protocol.cpp index 6efe7b61..4650937e 100644 --- a/src/http/Protocol.cpp +++ b/src/http/Protocol.cpp @@ -27,7 +27,7 @@ static const char * const STR_SET_LOGIN = "set-login"; static const char * const STR_ASSOCIATE = "associate"; static const char * const STR_TEST_ASSOCIATE = "test-associate"; static const char * const STR_GENERATE_PASSWORD = "generate-password"; -static const char * const STR_VERSION = "1.8.4.0"; +static const char * const STR_VERSION = "1.8.4.1"; // TODO: not true, need to incorporate change of listener host }/*namespace KeepassHttpProtocol*/