From 9b3aec9323189f25f4abb131b5a783fa110f45f6 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Thu, 17 May 2001 20:06:44 +0000 Subject: Release-1.2.7-20010517 --- INSTALL | 2 +- README | 2 +- VERSION | 2 +- packages/rpm/doxygen.spec | 2 +- src/packagedef.h | 6 ++++++ 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index f249373..c7e4d9e 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -DOXYGEN Version 1.2.7 +DOXYGEN Version 1.2.7-20010517 Please read the installation section of the manual for instructions. diff --git a/README b/README index 99836b4..58a1932 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -DOXYGEN Version 1.2.7 +DOXYGEN Version 1.2.7_20010517 Please read INSTALL for compilation instructions. diff --git a/VERSION b/VERSION index c04c650..4ec9e72 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.7 +1.2.7-20010517 diff --git a/packages/rpm/doxygen.spec b/packages/rpm/doxygen.spec index 0bbe68d..b61fab3 100644 --- a/packages/rpm/doxygen.spec +++ b/packages/rpm/doxygen.spec @@ -1,5 +1,5 @@ Name: doxygen -Version: 1.2.7 +Version: 1.2.7_20010517 Summary: documentation system for C, C++ and IDL Release: 2 Source: doxygen_%{version}.src.tar.gz diff --git a/src/packagedef.h b/src/packagedef.h index 5b01dba..fbaefa5 100644 --- a/src/packagedef.h +++ b/src/packagedef.h @@ -56,6 +56,12 @@ class PackageSDict : public SDict { public: PackageSDict(int size) : SDict(size) {} + int compareItems(GCI item1,GCI item2) + { + return stricmp(((PackageDef *)item1)->name(), + ((PackageDef *)item2)->name() + ); + } }; #endif -- cgit v0.12