diff -up kdelibs-4.1.2/kioslave/http/http_cache_cleaner.cpp.kde#172182 kdelibs-4.1.2/kioslave/http/http_cache_cleaner.cpp --- kdelibs-4.1.2/kioslave/http/http_cache_cleaner.cpp.kde#172182 2008-05-21 06:07:42.000000000 -0500 +++ kdelibs-4.1.2/kioslave/http/http_cache_cleaner.cpp 2008-11-07 07:58:32.000000000 -0600 @@ -50,7 +50,7 @@ int m_maxCacheSize; static const char appFullName[] = "org.kde.kio_http_cache_cleaner"; static const char appName[] = "kio_http_cache_cleaner"; -static const char version[] = "1.0.0"; +static const char version[] = "9"; struct FileInfo { QString name; @@ -73,8 +73,8 @@ public: }; // !START OF SYNC! -// Keep the following in sync with the cache code in http.cc -#define CACHE_REVISION "7\n" +// Keep the following in sync with the cache code in http.cpp +#define CACHE_REVISION "9\n" FileInfo *readEntry( const QString &filename) {