X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2fcd25a9e26093b8d1228107b5b0019675984114..d27daedb6a0bf672508072100f20233d08ccf0e0:/apt-pkg/pkgcache.cc?ds=inline diff --git a/apt-pkg/pkgcache.cc b/apt-pkg/pkgcache.cc index 2196da03c..e65e37bca 100644 --- a/apt-pkg/pkgcache.cc +++ b/apt-pkg/pkgcache.cc @@ -57,7 +57,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, 1); + APT_HEADER_SET(MinorVersion, 2); APT_HEADER_SET(Dirty, false); APT_HEADER_SET(HeaderSz, sizeof(pkgCache::Header));