From 17efed7a0c739f096ae0e5077ac5c154404ecbb6 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Sat, 8 Jan 2011 18:24:44 +0000 Subject: [PATCH] Release. --- Makefile | 2 +- doc/ack.xml | 3 +++ doc/ver.xml | 6 +++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 32b2e92..003ccb9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # $Id$ # -VERSION?=5.3 +VERSION?=5.4 TAGVERSION=$(shell echo $(VERSION) | sed 's/\./_/g') BALL_TAR_GZ=UMLGraph-$(VERSION).tar.gz ZIPBALL=UMLGraph-$(VERSION).zip diff --git a/doc/ack.xml b/doc/ack.xml index 74adb49..697d490 100644 --- a/doc/ack.xml +++ b/doc/ack.xml @@ -37,10 +37,12 @@ UMLGraph would not be in its current state without their contributions.
  • Joshua Lim
  • Vadim Nasardinov
  • Laird Nelson
  • +
  • Bernd Onasch
  • Sébastien Pierre
  • Olek Poplavskyy
  • Alessandro Riva
  • Arnaud Rogues
  • +
  • Soraya Santana de la Fe
  • Jonathan R. Santos
  • Jan Schlüter
  • Sebastian Setzer
  • @@ -50,5 +52,6 @@ UMLGraph would not be in its current state without their contributions.
  • Ivan F. Villanueva B.
  • Przemyslaw Wesolek
  • Franz Wilhelmstoetter
  • +
  • Zhigang Xie
  • diff --git a/doc/ver.xml b/doc/ver.xml index d735a92..34a5630 100644 --- a/doc/ver.xml +++ b/doc/ver.xml @@ -3,7 +3,11 @@
    -
    Version 5.4 Under development
    +
    Version 5.5 Under development
    +
      +
    + +
    Version 5.4 2011-01-08
    • Make the generation of diamond shapes compatible with GraphViz 2.27. (Contributed by Soraya Santana de la Fe.)