mirror of https://github.com/CGAL/cgal
submission of version 4.64
This commit is contained in:
parent
ea8611df79
commit
60452fac66
|
|
@ -1,6 +1,9 @@
|
|||
Package triangulation: provides triangulations Delaunay triangulations,
|
||||
constrained and regular triangulations with tests and examples.
|
||||
|
||||
Ver 4.64 (7 September 00)
|
||||
change dummy tempate parameter name in Triangulation_hierarchy_2.h
|
||||
|
||||
Ver 4.63 (4 September 00)
|
||||
fixed does_conflict(..) in Delaunay_triangulation_2.h
|
||||
|
||||
|
|
|
|||
|
|
@ -17,11 +17,11 @@ package:
|
|||
@echo "----------------------------------"
|
||||
@echo "---- cvs update; -----------------"
|
||||
@echo "---- make Test ; ------------ ----"
|
||||
@echo "---- make VERSION=4.63 Doc -------"
|
||||
@echo "---- make VERSION=4.64 Doc -------"
|
||||
@echo "---- editer changes.txt ----"
|
||||
@echo "---- make VERSION=4.63 Version ---"
|
||||
@echo "---- make VERSION=4.64 Version ---"
|
||||
@echo "---- cvs commit ------------------"
|
||||
@echo "---- make VERSION=4.63 Tag -------"
|
||||
@echo "---- make VERSION=4.64 Tag -------"
|
||||
@echo "---- make Submit -----------------"
|
||||
@echo "----------------------------------"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
4.63 ( 4 Sep 2000)
|
||||
4.64 ( 7 Sep 2000)
|
||||
maintainer : Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue