diff --git a/NEWS b/NEWS index 91a209b8..ed12036e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v0.8.16-rc1 2013-06-26 The Irssi team +v0.8.16 2014-05-28 The Irssi team + 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)