diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-03-28 10:11:56 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-03-28 10:11:56 +0900 |
commit | 0f85d696c595fddb47ffa4eaec305d93e2ac8ab0 (patch) | |
tree | b5b648115723ed9a60d6f6ddef095c7900484e84 /connection.cpp | |
parent | 93dc89d9353e9f30d42528d8ffaba992f58139aa (diff) | |
parent | f213e02daa6b9e83e8e76d1576e446357c6c3bc7 (diff) | |
download | libquotient-0f85d696c595fddb47ffa4eaec305d93e2ac8ab0.tar.gz libquotient-0f85d696c595fddb47ffa4eaec305d93e2ac8ab0.zip |
Merge branch 'kitsune-unread-messages-count'
Diffstat (limited to 'connection.cpp')
-rw-r--r-- | connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connection.cpp b/connection.cpp index e4e622a3..ee719b40 100644 --- a/connection.cpp +++ b/connection.cpp @@ -792,7 +792,7 @@ void Connection::setHomeserver(const QUrl& url) } static constexpr int CACHE_VERSION_MAJOR = 6; -static constexpr int CACHE_VERSION_MINOR = 0; +static constexpr int CACHE_VERSION_MINOR = 1; void Connection::saveState(const QUrl &toFile) const { |