diff --git a/Makefile b/Makefile index 666c832..7fa2e78 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # $Id$ # -VERSION?=5.1 +VERSION?=5.2 TAGVERSION=$(shell echo $(VERSION) | sed 's/\./_/g') BALL_TAR_GZ=UMLGraph-$(VERSION).tar.gz ZIPBALL=UMLGraph-$(VERSION).zip diff --git a/doc/ver.xml b/doc/ver.xml index 581bca2..81b81b1 100644 --- a/doc/ver.xml +++ b/doc/ver.xml @@ -3,7 +3,10 @@
-
Version 5.2 Under development
+
Version 5.3 Under development
+
+ +
Version 5.2 2008-12-03
  • Corrected case of the tools.jar filename in the umlgraph shell script. (Reported by Øyvind Jergan).