From 3f1c98a328e6cecf86c38dde2f6e0c05c7b58f8e Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Mon, 5 Feb 2007 09:57:56 +0000 Subject: [PATCH] Pre-release. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a722d24..26adf6d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # $Id$ # -VERSION?=4.5 +VERSION?=4.6 TAGVERSION=$(shell echo $(VERSION) | sed 's/\./_/g') TARBALL=UMLGraph-$(VERSION).tar.gz ZIPBALL=UMLGraph-$(VERSION).zip