]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
unfuzzy various strings in manpage po's
[apt.git] / apt-pkg / pkgcache.cc
index 76336ae77f1f2deaa0af245ca6685c78ef4ba6e4..b4c232f8c15dc218120aed0aff44401bcf844156 100644 (file)
@@ -59,7 +59,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, 10);
-   APT_HEADER_SET(MinorVersion, 5);
+   APT_HEADER_SET(MinorVersion, 7);
    APT_HEADER_SET(Dirty, false);
 
    APT_HEADER_SET(HeaderSz, sizeof(pkgCache::Header));