From 4677d6acd89112c55c3dbd2ed9c05d7eb56144c3 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Wed, 3 Apr 2024 16:05:36 -0400 Subject: Release 1.26.2 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f101f6d9..d1282bd0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +### pluma 1.26.2 + + * Translations update + * filebrowser: fix warning -Wincompatible-pointer-types + * [ci] use ubuntu jammy as docker + * [ci] update libpeas dependency for fedora 39 + ### pluma 1.26.1 * Translations update diff --git a/configure.ac b/configure.ac index 1eb80cb9..1a29046b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2) m4_define(pluma_major_version, 1) m4_define(pluma_minor_version, 26) -m4_define(pluma_micro_version, 1) +m4_define(pluma_micro_version, 2) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], -- cgit v1.2.1