From 8438b8391f56e01cfb233a45514b15a1ace42a5b Mon Sep 17 00:00:00 2001 From: Tiago de Paula Peixoto Date: Sat, 5 May 2007 18:19:37 +0000 Subject: [PATCH] version bump git-svn-id: https://svn.forked.de/graph-tool/trunk@88 d4600afd-f417-0410-95de-beed9576f240 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d4047f27..3b6fc5e4 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(graph-tool, 1.1.0) +AC_INIT(graph-tool, 1.1.1devel) AC_CONFIG_SRCDIR(src/graph-tool) AM_INIT_AUTOMAKE AM_PROG_CC_C_O -- GitLab