mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-26 14:36:07 -05:00
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:
parent
029052fa18
commit
175167b311
@ -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*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user