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.)