From fd668f9d9ee1c2caf34e704d9b72cbb691d3b728 Mon Sep 17 00:00:00 2001 From: Simon Arlott Date: Thu, 18 Jan 2018 21:45:32 +0000 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 b24cce07..d8db07a2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # News -This is charybdis 4.1, Copyright (c) 2005-2018 Charybdis team. +This is charybdis 4.1-dev, Copyright (c) 2005-2018 Charybdis team. See LICENSE for licensing details (GPL v2). ## charybdis-4.1 diff --git a/configure.ac b/configure.ac index f337f475..2c4d0354 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]) +AC_INIT([charybdis], [4.1-dev]) AC_LANG(C) AC_USE_SYSTEM_EXTENSIONS