From 61ada66e3adc8378c4abd284e129477ff7a422d1 Mon Sep 17 00:00:00 2001 From: Keith Bennett Date: Sat, 22 Mar 2014 16:23:23 +0000 Subject: [PATCH] Updated keepasshttp version number. --- 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 018050294..c8e2669dd 100644 --- a/src/http/Protocol.cpp +++ b/src/http/Protocol.cpp @@ -33,7 +33,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.7.0.0"; +static const char * const STR_VERSION = "1.8.3.0"; }/*namespace KeepassHttpProtocol*/