]> 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>
Tue, 28 Jun 2016 20:15:50 +0000 (22:15 +0200)
Needed for the previous change

apt-pkg/pkgcache.cc

index 76336ae77f1f2deaa0af245ca6685c78ef4ba6e4..27a0ba0351f60ea0b716da96d40fb3c13bea346e 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));