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

diff --git a/NEWS.md b/NEWS.md
index 2060c28df5efcac573215cbefa093caa8d87f3ba..8d9703f07c305e1984a612b71ec0c260f6aa4e96 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
 # News
 
-This is charybdis 4.0.2, Copyright (c) 2005-2018 Charybdis team.
+This is charybdis 4.0.3-dev, Copyright (c) 2005-2018 Charybdis team.
 See LICENSE for licensing details (GPL v2).
 
 ## charybdis-4.0.2
index c9ddf8675ca12e9dd9a4a2c6021bd5b4eb024948..15251fa032593e867e502cb4fea7b2c0a21173de 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.69])
 
-AC_INIT([charybdis], [4.0.2])
+AC_INIT([charybdis], [4.0.3-dev])
 
 AC_PROG_CC_C99
 if test "x${ac_cv_prog_cc_c99}" = "xno"; then