From 2003446e988280d86aebd2bc2492670f3329a9b7 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Tue, 7 Sep 2021 01:21:35 +0200 Subject: [PATCH] continue head --- NEWS | 2 ++ configure.ac | 2 +- meson.build | 2 +- src/core/expandos.c | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b3282761..87cd3cfd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +v1.4-head-an 2022-xx-xx Ailin Nemui + v1.3.0-an 2021-09-05 Ailin Nemui * /SET resolve_reverse_lookup setting was removed (#1135) * Irssi will try to connect on IPv4 if IPv6 connection failed diff --git a/configure.ac b/configure.ac index 3a9e7bd6..a51edf3c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(irssi, 1.3-head) +AC_INIT(irssi, 1.4-head-an) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50) diff --git a/meson.build b/meson.build index bd192a92..31bdfa9f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('irssi', 'c', - version : '1.3-head', + version : '1.4-head-an', meson_version : '>=0.49', default_options : ['warning_level=1']) diff --git a/src/core/expandos.c b/src/core/expandos.c index da84b568..0f317e51 100644 --- a/src/core/expandos.c +++ b/src/core/expandos.c @@ -322,7 +322,7 @@ static char *expando_last_invite(SERVER_REC *server, void *item, int *free_ret) /* client version text string */ static char *expando_version(SERVER_REC *server, void *item, int *free_ret) { - return PACKAGE_VERSION "-an"; + return PACKAGE_VERSION; } /* current value of CMDCHARS */