]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
implement CopyFile without using FileFd::Size()
[apt.git] / apt-pkg / pkgcache.cc
index 73907491065c83a3b417a1b0fc49e0ff14d290b4..11b9b1377629508395f090fb4ae2b396a7d0fadf 100644 (file)
@@ -57,7 +57,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, 0);
+   APT_HEADER_SET(MinorVersion, 1);
    APT_HEADER_SET(Dirty, false);
 
    APT_HEADER_SET(HeaderSz, sizeof(pkgCache::Header));