Commit ef3faee6 authored by dimitri's avatar dimitri
Browse files

Release-1.2.5-20010226

parent 69fbf29b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.2.5-20010225
DOXYGEN Version 1.2.5-20010226


Please read the installation section of the manual for instructions.
Please read the installation section of the manual for instructions.


--------
--------
Dimitri van Heesch (25 February 2001)
Dimitri van Heesch (26 February 2001)
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.2.5-20010225
DOXYGEN Version 1.2.5-20010226


Please read INSTALL for compilation instructions.
Please read INSTALL for compilation instructions.


@@ -7,4 +7,4 @@ The latest version of doxygen can be obtained at


Enjoy,
Enjoy,


Dimitri van Heesch (25 February 2001)
Dimitri van Heesch (26 February 2001)
+1 −1
Original line number Original line Diff line number Diff line
1.2.5-20010225
1.2.5-20010226
+1 −1
Original line number Original line Diff line number Diff line
@@ -976,7 +976,7 @@ void checkConfig()
  }
  }


#undef PUTENV
#undef PUTENV
#if defined(_WIN32)
#if defined(_WIN32) && !defined(__GNUC__)
#define PUTENV _putenv
#define PUTENV _putenv
#else
#else
#define PUTENV putenv
#define PUTENV putenv
+1 −1
Original line number Original line Diff line number Diff line
Name: doxygen
Name: doxygen
Version: 1.2.5-20010225
Version: 1.2.5-20010226
Summary: documentation system for C, C++ and IDL
Summary: documentation system for C, C++ and IDL
Release: 1
Release: 1
Source0: doxygen-%{version}.src.tar.gz
Source0: doxygen-%{version}.src.tar.gz
Loading