From 457136d4d986739dfd99d8649c955b8145067134 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Jan 2005 21:51:26 +0000 Subject: [PATCH] Try to avoid some confusion by marking the graphviz2 code as version 2.3 - leaving room for a final stable release of the old tree at 2.2. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8f838d41b..29a4aa027 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script -AC_INIT(graphviz, 2.1) +AC_INIT(graphviz, 2.3) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) -- 2.40.0