summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Coekaerts <coekie@irssi.org>2007-02-19 19:35:52 +0000
committercoekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-02-19 19:35:52 +0000
commite8f733d5f0d952da1401a9ee72c36634a30d5802 (patch)
tree11a7d4090c0e19aedfe4ba0c390daa28a5f3dc84
parentd78438ef1cedf9eae54e99770f063395e730f571 (diff)
downloadirssi-e8f733d5f0d952da1401a9ee72c36634a30d5802.zip
Release 0.8.11-rc1
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4424 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--AUTHORS1
-rw-r--r--configure.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 62388307..b731caa8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -65,3 +65,4 @@ Other patches (grep for "patch" in ChangeLog) by:
loafier
Nicolas Collignon
Daniel Koning
+ Yi-Hsuan Hsin
diff --git a/configure.in b/configure.in
index 19e2cedb..375c6dab 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ if grep '^#undef VERSION' $srcdir/config.h.in >/dev/null; then
fi
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(irssi, 0.8.10)
+AM_INIT_AUTOMAKE(irssi, 0.8.11-rc1)
AM_MAINTAINER_MODE