]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
* fix segfault in the pkgRecords destructor
[apt.git] / apt-pkg / pkgcache.cc
index 35eb23dfa95f83d73173b3ad4e1f4ed0911f237f..93ad566419a505865d39dca3b20ed1f0898279e8 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 = 5;
+   MajorVersion = 6;
    MinorVersion = 0;
    Dirty = false;