summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-06-26 18:56:24 +0200
committerJulian Andres Klode <jak@debian.org>2017-06-26 18:57:30 +0200
commit12a2f66b7b62f70d234d0b7c6fca3271873e93cd (patch)
tree87bb894e66aac822e825295683c08809b8e8d331
parent1c562dbf59430283953c18ab896acaa5c67fd16b (diff)
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.
-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 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);