From af7c9811b0b2e9215e31a2a9ae4962cbe215206a Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 19 Mar 2018 14:56:31 +0100 Subject: Bump cache major version to allow different 1.5 and 1.6 updates Shipping 1.6 with major 12 would not allow us to update 1.5.y in a different way than 1.6.y if we have to without resorting to minor version hacks. Let's just bump the major instead. --- apt-pkg/pkgcache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/pkgcache.cc') diff --git a/apt-pkg/pkgcache.cc b/apt-pkg/pkgcache.cc index ea34db469..119240cea 100644 --- a/apt-pkg/pkgcache.cc +++ b/apt-pkg/pkgcache.cc @@ -58,7 +58,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, 12); + APT_HEADER_SET(MajorVersion, 13); APT_HEADER_SET(MinorVersion, 0); APT_HEADER_SET(Dirty, false); -- cgit v1.2.3