Commit 92fa8641 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release 1.1.1-20000319

parent 2c5c8878
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
DOXYGEN Version 1.1.1
DOXYGEN Version 1.1.1-20000319

CONTENTS
--------
@@ -15,8 +15,8 @@ INSTALLATION INSTRUCTIONS FOR UNIX:

1.  Unpack the archive, unless you already have:
   
     gunzip doxygen-1.1.1.src.tar.gz    # uncompress the archive
     tar xf doxygen-1.1.1.src.tar       # unpack it
     gunzip doxygen-1.1.1-20000319.src.tar.gz    # uncompress the archive
     tar xf doxygen-1.1.1-20000319.src.tar       # unpack it

2.  Run the configure script:
 
@@ -252,4 +252,4 @@ The latest version of doxygen can be obtained at

Enjoy,

Dimitri van Heesch (12 March 2000)
Dimitri van Heesch (19 March 2000)
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ pdf: docs
archive: clean
	tar zcvf dx`date +%y%m%d`.tgz tmake doc wintools examples bin objects \
	       src configure configure.bin Makefile.in Makefile.win.in INSTALL \
	       make.bat LANGUAGE.HOWTO LICENSE PLATFORMS VERSION
	       make.bat LANGUAGE.HOWTO LICENSE PLATFORMS VERSION packages

src/version.cpp: Makefile
	echo "char versionString[]=\"$(VERSION)\";" > src/version.cpp
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.1.1
DOXYGEN Version 1.1.1-20000319

Please read INSTALL for compilation instructions.

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

Enjoy,

Dimitri van Heesch (12 March 2000)
Dimitri van Heesch (19 March 2000)
+1 −1
Original line number Diff line number Diff line
1.1.1
1.1.1-20000319
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
\begin{center}
Manual for version $VERSION\\[2ex]
Written by Dimitri van Heesch\\[2ex]
\copyright 1997-1998
\copyright 1997-2000
\end{center}
\end{titlepage}
\clearemptydoublepage
Loading