mirror of https://github.com/dspinellis/UMLGraph
Pre-release.
This commit is contained in:
parent
41b61d45e0
commit
e591d58a40
2
Makefile
2
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
|
||||
|
|
|
|||
|
|
@ -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 Øyvind Jergan).
|
||||
|
|
|
|||
Loading…
Reference in New Issue