summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-06-28 17:54:31 +0200
committerJulian Andres Klode <jak@debian.org>2016-06-28 22:15:50 +0200
commit33aa2752e7c7a6f0a01b191111aa35a5fe69cf20 (patch)
tree1de1a1ca473e972dec1e9af3f50177f4f9768d02 /apt-pkg/pkgcache.cc
parentb6e9756ca03ec887ef1d0bc8e38f63c29db7a365 (diff)
cache: Bump minor version to 6
Needed for the previous change
Diffstat (limited to 'apt-pkg/pkgcache.cc')
-rw-r--r--apt-pkg/pkgcache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.cc b/apt-pkg/pkgcache.cc
index 76336ae77..27a0ba035 100644
--- a/apt-pkg/pkgcache.cc
+++ b/apt-pkg/pkgcache.cc
@@ -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));