From f26219863a4d2351a59dc52347e1c209d5a10e8e Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 5 Jan 2016 20:15:10 -0600 Subject: [PATCH] begin 3.6 development --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 30623420..8d8d739c 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PREREQ(2.57) dnl Sneaky way to get an Id tag into the configure script AC_COPYRIGHT([$Id: configure.ac 3516 2007-06-10 16:14:03Z jilles $]) -AC_INIT([charybdis], [3.5.0]) +AC_INIT([charybdis], [3.6.0-dev]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER(include/setup.h)