mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
tag as 0.8.18
This commit is contained in:
parent
8ab537cf22
commit
b91f3c3025
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
|
@ -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
|
* Modules will now require to define a
|
||||||
void MODULENAME ## _abicheck(int *version)
|
void MODULENAME ## _abicheck(int *version)
|
||||||
method to ensure that they are compiled against the correct Irssi
|
method to ensure that they are compiled against the correct Irssi
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT(irssi, 0.8.18-beta2)
|
AC_INIT(irssi, 0.8.18)
|
||||||
AC_CONFIG_SRCDIR([src])
|
AC_CONFIG_SRCDIR([src])
|
||||||
AC_CONFIG_AUX_DIR(build-aux)
|
AC_CONFIG_AUX_DIR(build-aux)
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue