diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-01-03 17:21:47 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-01-05 13:14:15 +0100 |
commit | cbb931ed1da91b2cee36f89673edd6a526d56e9a (patch) | |
tree | 15f76a20f703c61e5b4187ca3da23ad2243d0d19 | |
parent | ea7826b0ec097b9fdc29336ff7fe7074052773f5 (diff) | |
download | irssi-cbb931ed1da91b2cee36f89673edd6a526d56e9a.zip |
continue head
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +v1.1-head 2017-xx-xx The Irssi team <staff@irssi.org> + v1.0.0 2017-01-03 The Irssi team <staff@irssi.org> * Removed --disable-ipv6 (#408). * /connect Network now aborts with an error if no servers have been diff --git a/configure.ac b/configure.ac index 4aa1f3cc..15ae74b1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(irssi, 1.0.0) +AC_INIT(irssi, 1.1-head) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50) |