From: ellson <devnull@localhost>
Date: Tue, 18 Jan 2005 21:51:26 +0000 (+0000)
Subject: Try to avoid some confusion by marking the graphviz2 code as version 2.3
X-Git-Tag: LAST_LIBGRAPH~32^2~8072
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=457136d4d986739dfd99d8649c955b8145067134;p=graphviz

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

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)