]> git.saurik.com Git - apt.git/commitdiff
cache: Bump minor version to 6
authorJulian Andres Klode <jak@debian.org>
Tue, 28 Jun 2016 15:54:31 +0000 (17:54 +0200)
committerJulian Andres Klode <jak@debian.org>
Wed, 31 Aug 2016 11:14:51 +0000 (13:14 +0200)
Needed for the previous change

(cherry picked from commit 33aa2752e7c7a6f0a01b191111aa35a5fe69cf20)

apt-pkg/pkgcache.cc

index 83cb6149ef157f98b361ae321f1f834cf9f24017..899061e73fcdada0fb90653ad06f5e0edfd497b3 100644 (file)
@@ -59,7 +59,7 @@ pkgCache::Header::Header()
    /* Whenever the structures change the major version should be bumped,
       whenever the generator changes the minor version should be bumped. */
    APT_HEADER_SET(MajorVersion, 10);
-   APT_HEADER_SET(MinorVersion, 5);
+   APT_HEADER_SET(MinorVersion, 6);
    APT_HEADER_SET(Dirty, false);
 
    APT_HEADER_SET(HeaderSz, sizeof(pkgCache::Header));