diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -v0.8.16-rc1 2013-06-26 The Irssi team <staff@irssi.org> +v0.8.16 2014-05-28 The Irssi team <staff@irssi.org> + Add -noautosendcmd to /SERVER and /CONNECT. Passing this option will force Irssi to not execute the content of the autosendcmd chatnet-setting upon connect. diff --git a/configure.in b/configure.in index 8bab0723..345cb25b 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(irssi, 0.8.16-rc1) +AC_INIT(irssi, 0.8.16) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50) |