From 7f1743d04ce425ff689fe0ad87c6e0e594193866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Fri, 8 Mar 2024 18:35:55 +0100 Subject: [PATCH] Update to 0.22.5 --- Gettext.Tools.nuspec | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gettext.Tools.nuspec b/Gettext.Tools.nuspec index e210d27..d6dc468 100644 --- a/Gettext.Tools.nuspec +++ b/Gettext.Tools.nuspec @@ -2,7 +2,7 @@ Gettext.Tools - 0.22.4 + 0.22.5 GNU gettext tools for Windows Vaclav Slavik GPL-3.0-or-later diff --git a/Makefile b/Makefile index 5be455a..840907b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -GETTEXT_VERSION = 0.22.4 +GETTEXT_VERSION = 0.22.5 LIBICONV_VERSION = 1.17 # version of the gettext-tools-windows package; usually same as GETTEXT_VERSION