summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.cc
diff options
context:
space:
mode:
authorIan Jackson <ian@anarres>2006-09-05 19:51:17 +0100
committerIan Jackson <ian@anarres>2006-09-05 19:51:17 +0100
commitd242b9e788311e7f19ceaa9dc24f5e426005ae4c (patch)
treef970863f5a137d8e8f9665438960a2d295aa0011 /apt-pkg/pkgcache.cc
parent308c7d30ed2e937cde65e5fed8cbf717fba113c3 (diff)
bump cache version
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 35eb23dfa..93ad56641 100644
--- a/apt-pkg/pkgcache.cc
+++ b/apt-pkg/pkgcache.cc
@@ -54,7 +54,7 @@ pkgCache::Header::Header()
/* Whenever the structures change the major version should be bumped,
whenever the generator changes the minor version should be bumped. */
- MajorVersion = 5;
+ MajorVersion = 6;
MinorVersion = 0;
Dirty = false;