]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
Avoid temporary strings in SubstVar.
[apt.git] / apt-pkg / pkgcache.cc
index d6dd169bbb8dc6b05386e5157aa88ac8a3ea7d37..c9c338e1eff3370550a18d1072a91b0d4883385f 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, 4);
+   APT_HEADER_SET(MinorVersion, 5);
    APT_HEADER_SET(Dirty, false);
 
    APT_HEADER_SET(HeaderSz, sizeof(pkgCache::Header));