From ac5a5a0cfabf7db7a24641b4bc9a94e4d849d94d Mon Sep 17 00:00:00 2001 From: Simon Arlott Date: Wed, 15 Aug 2018 23:12:38 +0100 Subject: [PATCH] set version back to -dev --- NEWS.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 82a21b75..d3222c64 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # News -This is charybdis 4.1.1, Copyright (c) 2005-2018 Charybdis team. +This is charybdis 4.1.2-dev, Copyright (c) 2005-2018 Charybdis team. See LICENSE for licensing details (GPL v2). ## charybdis-4.1.1 diff --git a/configure.ac b/configure.ac index 805a5e97..b2ceb9b3 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl said functions need to be just about as complex as they already are. AC_PREREQ(2.60) -AC_INIT([charybdis], [4.1.1]) +AC_INIT([charybdis], [4.1.2-dev]) AC_LANG(C) AC_USE_SYSTEM_EXTENSIONS