From bde3c043069ee28eb05cefc8c826cf1fed6a03a3 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 20:51:17 +0000 Subject: [PATCH] start 2.7 development series --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f5d78f3a5..824ad5e7a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,13 +4,13 @@ AC_PREREQ(2.54) dnl =========================================================================== # Package name and version number, (as distinct from shared library version) -AC_INIT(graphviz, 2.6) +AC_INIT(graphviz, 2.7) # libtool shared library version # Increment if the interface has additions, changes, removals. -LT_CURRENT=1 +LT_CURRENT=2 # Increment any time the source changes; set to # 0 if you increment CURRENT -- 2.40.0