diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-02-08 14:53:17 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-02-08 21:18:04 +0100 |
commit | b91f3c3025dc5cace2c14cb5b2da005400b5cd6a (patch) | |
tree | ca2642ab7bcafcf8562b79103f8680164cc459b7 | |
parent | 8ab537cf22371f9115002484b320719676dab86b (diff) | |
download | irssi-b91f3c3025dc5cace2c14cb5b2da005400b5cd6a.zip |
tag as 0.8.18
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -v0.8.18-beta2 2016-01-13 The Irssi team <staff@irssi.org> +v0.8.18 2016-02-13 The Irssi team <staff@irssi.org> * Modules will now require to define a void MODULENAME ## _abicheck(int *version) method to ensure that they are compiled against the correct Irssi diff --git a/configure.ac b/configure.ac index bf39c95f..5f36a7f0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(irssi, 0.8.18-beta2) +AC_INIT(irssi, 0.8.18) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50) |