From 12a2f66b7b62f70d234d0b7c6fca3271873e93cd Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 26 Jun 2017 18:56:24 +0200 Subject: pkgcache: Bump major version to 12 We need to be able to update 1.4.y in different ways than later apt versions, and thus need to bump the major version so there is no collision in the minor version at some point. --- 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 c4bf34022..929c7cb33 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, 11); + APT_HEADER_SET(MajorVersion, 12); APT_HEADER_SET(MinorVersion, 0); APT_HEADER_SET(Dirty, false); -- cgit v1.2.3