From a66351d4f72843828c5886d76b8f13244865d83c Mon Sep 17 00:00:00 2001 From: Susan Hert Date: Tue, 5 Nov 2002 18:05:00 +0000 Subject: [PATCH] changing version numbers in preparation for next release --- Packages/Developers_manual/makefile | 6 +++--- Packages/Developers_manual/pdf_wrapper.tex | 2 +- Packages/Developers_manual/title.html | 2 +- Packages/Developers_manual/wrapper.tex | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Packages/Developers_manual/makefile b/Packages/Developers_manual/makefile index 4e83a3c441a..34bcf574ca0 100644 --- a/Packages/Developers_manual/makefile +++ b/Packages/Developers_manual/makefile @@ -69,17 +69,17 @@ ext_pdf_doc: mv pdf_developers_manual_ext.pdf developers_manual_ext.pdf ext_html_doc: - cc_manual_to_html -o $(EXT_HTML_TARGET_DIR) -title "CGAL Developers' Manual (2.2.4)" -author "The CGAL project" -date "`date +%b` `date +%e`, `date +%Y`" -aux $(EXT_WRAPPER).aux -bbl $(EXT_WRAPPER).bbl $(EXT_WRAPPER).tex + cc_manual_to_html -o $(EXT_HTML_TARGET_DIR) -title "CGAL Developers' Manual (2.3)" -author "The CGAL project" -date "`date +%b` `date +%e`, `date +%Y`" -aux $(EXT_WRAPPER).aux -bbl $(EXT_WRAPPER).bbl $(EXT_WRAPPER).tex cp manual_index.html $(EXT_HTML_TARGET_DIR) cp title.html $(EXT_HTML_TARGET_DIR) html_doc: - cc_manual_to_html -o $(HTML_TARGET_DIR) -title "CGAL Developers' Manual (2.2.4)" -author "The CGAL project" -date "`date +%b` `date +%e`, `date +%Y`" -aux $(WRAPPER).aux -bbl $(WRAPPER).bbl $(WRAPPER).tex + cc_manual_to_html -o $(HTML_TARGET_DIR) -title "CGAL Developers' Manual (2.3)" -author "The CGAL project" -date "`date +%b` `date +%e`, `date +%Y`" -aux $(WRAPPER).aux -bbl $(WRAPPER).bbl $(WRAPPER).tex cp manual_index.html $(HTML_TARGET_DIR) cp title.html $(HTML_TARGET_DIR) html_title: - cc_manual_to_html -o title_html -title "CGAL Developers' Manual (2.2.4)" -author "The CGAL project" -date "`date +%b` `date +%e`, `date +%Y`" -show_main title_wrap.tex + cc_manual_to_html -o title_html -title "CGAL Developers' Manual (2.3)" -author "The CGAL project" -date "`date +%b` `date +%e`, `date +%Y`" -show_main title_wrap.tex install_internal: install_html install_ps install_pdf install_tools_doc chmod -R a+r $(INSTALL_DIR) diff --git a/Packages/Developers_manual/pdf_wrapper.tex b/Packages/Developers_manual/pdf_wrapper.tex index 6b5c4764339..e6f162fd438 100644 --- a/Packages/Developers_manual/pdf_wrapper.tex +++ b/Packages/Developers_manual/pdf_wrapper.tex @@ -55,7 +55,7 @@ \newcommand{\ie}{{\em i.e.}} \newcommand{\etc}{{\em etc.}} \newcommand{\VarText}[1]{$<${\em #1}$>$} -\newcommand{\dmanualrelease}{2.2.4} +\newcommand{\dmanualrelease}{2.3} \newcommand{\InternalOnly}[1]{#1} \newcommand{\ExternalOnly}[1]{} diff --git a/Packages/Developers_manual/title.html b/Packages/Developers_manual/title.html index 8b46e02b3d9..0ada6375817 100644 --- a/Packages/Developers_manual/title.html +++ b/Packages/Developers_manual/title.html @@ -47,7 +47,7 @@ CGAL
Developers' Manual
-

Release 2.2.4, May 2002

+

Release 2.3, November 2002

diff --git a/Packages/Developers_manual/wrapper.tex b/Packages/Developers_manual/wrapper.tex index ca752c2ee20..99b835b8126 100644 --- a/Packages/Developers_manual/wrapper.tex +++ b/Packages/Developers_manual/wrapper.tex @@ -47,7 +47,7 @@ \newcommand{\ie}{{\em i.e.}} \newcommand{\etc}{{\em etc.}} \newcommand{\VarText}[1]{$<${\em #1}$>$} -\newcommand{\dmanualrelease}{2.2.4} +\newcommand{\dmanualrelease}{2.3} \newcommand{\InternalOnly}[1]{#1} \newcommand{\ExternalOnly}[1]{}