1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-02 06:11:11 +00:00

up version

This commit is contained in:
Ailin Nemui 2023-03-27 22:59:49 +02:00
parent c99c8b444d
commit f21df708b0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
AC_INIT(irssi, 1.4.3)
AC_INIT(irssi, 1.4.4)
AC_CONFIG_SRCDIR([src])
AC_CONFIG_AUX_DIR(build-aux)
AC_PREREQ(2.50)

View File

@ -1,5 +1,5 @@
project('irssi', 'c',
version : '1.4.3',
version : '1.4.4',
meson_version : '>=0.49',
default_options : ['warning_level=1'])