]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
make test independent from the actual Install-Size
[apt.git] / apt-pkg / pkgcache.cc
index 91b75f52e1363f2977846bbc9942091a4dd2d211..5088712a27c871ba6dbcc9c455a01ad7d8581f9a 100644 (file)
@@ -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 = 8;
+   MajorVersion = 9;
 #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR >= 13)
    MinorVersion = 2;
 #else