1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

tag as 0.8.18

This commit is contained in:
ailin-nemui 2016-02-08 14:53:17 +01:00
parent 8ab537cf22
commit b91f3c3025
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -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

View File

@ -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)