]> jfr.im git - irc/charybdis-ircd/charybdis.git/commitdiff
set version back to -dev
authorSimon Arlott <sa.me.uk>
Wed, 15 Aug 2018 22:12:38 +0000 (23:12 +0100)
committerSimon Arlott <sa.me.uk>
Wed, 15 Aug 2018 22:12:38 +0000 (23:12 +0100)
NEWS.md
configure.ac

diff --git a/NEWS.md b/NEWS.md
index 82a21b756a56964e44466bc65bee424662e94e68..d3222c64fa13d2447bed8f360223fbc6e6808a5e 100644 (file)
--- 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
index 805a5e97c6baae55c6b3ef401cc9e15cabd9413a..b2ceb9b3a0f4015ee73d6cfc8f1d7d8b2c5b7905 100644 (file)
@@ -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