set actual version of keepasshttp (1.8.4.0)

This commit is contained in:
denk-mal 2015-06-18 13:13:50 +02:00
parent eab4861383
commit 5b9338e40e

View File

@ -34,7 +34,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.3.0";
static const char * const STR_VERSION = "1.8.4.0";
}/*namespace KeepassHttpProtocol*/