From d13040190a8542eb8dd5611de1d22d111cfc6b1c Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 12 Jun 2019 15:12:33 +0200 Subject: Bump cache MajorVersion to 16 1.6 was 13, so 1.7 has 14 reserved, and 1.8 has 15 reserved, so let's use 16 for 1.9 for now. --- apt-pkg/pkgcache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-pkg/pkgcache.cc b/apt-pkg/pkgcache.cc index edd5cf30e..cbb67820a 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, 13); + APT_HEADER_SET(MajorVersion, 16); APT_HEADER_SET(MinorVersion, 0); APT_HEADER_SET(Dirty, false); -- cgit v1.2.3-18-g5258