diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:48 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:48 +0000 |
commit | 2abbf30efbba4f652cfa47acc3e88ff9ed1f1889 (patch) | |
tree | e1c171c703e3a603814474b1b3efc134f346914e /apt-pkg | |
parent | 421c8d109932a2615b9327c8b69aad715d4b1162 (diff) |
Uped version
Author: jgg
Date: 1999-10-02 03:11:50 GMT
Uped version
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/pkgcache.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/pkgcache.cc b/apt-pkg/pkgcache.cc index 9e7b0f392..2a10928aa 100644 --- a/apt-pkg/pkgcache.cc +++ b/apt-pkg/pkgcache.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // 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 @@ -44,7 +44,7 @@ pkgCache::Header::Header() /* Whenever the structures change the major version should be bumped, whenever the generator changes the minor version should be bumped. */ MajorVersion = 3; - MinorVersion = 3; + MinorVersion = 4; Dirty = true; HeaderSz = sizeof(pkgCache::Header); |