Sfoglia il codice sorgente

Uped version
Author: jgg
Date: 1999-10-02 03:11:50 GMT
Uped version

Arch Librarian 22 anni fa
parent
commit
2abbf30efb
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      apt-pkg/pkgcache.cc

+ 2 - 2
apt-pkg/pkgcache.cc

@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // Description								/*{{{*/
-// $Id: pkgcache.cc,v 1.28 1999/07/30 02:54:25 jgg Exp $
+// $Id: pkgcache.cc,v 1.29 1999/10/02 03:11:50 jgg Exp $
 /* ######################################################################
 /* ######################################################################
    
    
    Package Cache - Accessor code for the cache
    Package Cache - Accessor code for the cache
@@ -44,7 +44,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. */
    MajorVersion = 3;
    MajorVersion = 3;
-   MinorVersion = 3;
+   MinorVersion = 4;
    Dirty = true;
    Dirty = true;
    
    
    HeaderSz = sizeof(pkgCache::Header);
    HeaderSz = sizeof(pkgCache::Header);