summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-12-11 14:32:44 +0100
committerJulian Andres Klode <jak@debian.org>2015-12-11 14:48:21 +0100
commit027010953973bc868262a110e79610880610728d (patch)
tree89871043387364dcdf45ecb370bc56e222f83f65 /apt-pkg/pkgcache.cc
parentfffa3b57b4f2334dff3b9bef5401521307e1a721 (diff)
Bump cache minor version to 2 to trigger rebuilds
With the package names now normalized to lower case, the caches of affected systems need to be rebuild. Adjust the minor version to trigger such a rebuild. Gbp-Dch: ignore
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 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));