From b60b0f0ff94acae339cf36b611f03e318362b006 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Fri, 14 Jan 2022 13:18:41 +0100 Subject: [PATCH] tag as 1.3.2-an --- NEWS | 6 ++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0a49cc3a..5464ad05 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +v1.3.2-an 2022-01-14 Ailin Nemui + - CHANTYPES take precedence over (missing) STATUSMSG in /join + (#1358, an#54) + - Fix crash in Perl's $view->set_bookmark (freebsd#254237, + an#56) + v1.3.1-an 2021-12-17 Ailin Nemui - Minor help fixes (an#51, an#52) - Fix regression where own channel status was forgotten after diff --git a/configure.ac b/configure.ac index bf5f6c18..87dcbc32 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(irssi, 1.3.1-an) +AC_INIT(irssi, 1.3.2-an) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50) diff --git a/meson.build b/meson.build index 79f3b58b..64dd04cf 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('irssi', 'c', - version : '1.3.1-an', + version : '1.3.2-an', meson_version : '>=0.49', default_options : ['warning_level=1'])