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.
This commit is contained in:
Jonathan White 2016-03-26 09:09:35 -04:00
parent 029052fa18
commit 175167b311

View File

@ -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*/