summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7d4d1f80..c432beff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v0.8.13 2009-xx-xx The Irssi team <staff@irssi.org>
+v0.8.13 2009-04-01 The Irssi team <staff@irssi.org>
+ Reject some obviously invalid values in /set.
+ Add perl bindings for Window::get_history_lines
+ Use an io channel to write the config file.
diff --git a/configure.in b/configure.in
index 77dbfaff..7adf0a23 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(irssi, 0.8.13-rc1)
+AC_INIT(irssi, 0.8.13)
AC_CONFIG_SRCDIR([src])
AC_CONFIG_AUX_DIR(build-aux)
AC_PREREQ(2.50)