Pre-release.

This commit is contained in:
Diomidis Spinellis 2008-12-03 14:09:22 +00:00
parent 41b61d45e0
commit e591d58a40
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -3,7 +3,10 @@
<notes>
<dl>
<dt>Version 5.2 Under development </dt><dd>
<dt>Version 5.3 Under development </dt><dd>
</dd>
<dt>Version 5.2 2008-12-03</dt><dd>
<ul>
<li> Corrected case of the tools.jar filename in the umlgraph shell script.
(Reported by &#216;yvind Jergan).