diff --git a/NEWS b/NEWS index 9a4b8deb..e8731c70 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v0.8.15-rc1 2010-03-21 The Irssi team +v0.8.15 2010-04-02 The Irssi team + Add active_window_ignore_refnum option With active_window_ignore_refnum ON, the current behavior for the active_window key (meta-a by default) is preserved: it switches to the diff --git a/configure.in b/configure.in index ad815030..63f8913e 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(irssi, 0.8.15-rc1) +AC_INIT(irssi, 0.8.15) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50)