Просмотр исходного кода

cache: Bump minor version to 6

Needed for the previous change
Julian Andres Klode лет назад: 10
Родитель
Сommit
33aa2752e7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apt-pkg/pkgcache.cc

+ 1 - 1
apt-pkg/pkgcache.cc

@@ -59,7 +59,7 @@ pkgCache::Header::Header()
    /* Whenever the structures change the major version should be bumped,
    /* Whenever the structures change the major version should be bumped,
       whenever the generator changes the minor version should be bumped. */
       whenever the generator changes the minor version should be bumped. */
    APT_HEADER_SET(MajorVersion, 10);
    APT_HEADER_SET(MajorVersion, 10);
-   APT_HEADER_SET(MinorVersion, 5);
+   APT_HEADER_SET(MinorVersion, 6);
    APT_HEADER_SET(Dirty, false);
    APT_HEADER_SET(Dirty, false);
 
 
    APT_HEADER_SET(HeaderSz, sizeof(pkgCache::Header));
    APT_HEADER_SET(HeaderSz, sizeof(pkgCache::Header));