From 323d23d4cdf140f6938447c4d3260c86b3483447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Tue, 14 Jan 2025 15:30:10 +0100 Subject: [PATCH] Update to 0.23.1 --- Gettext.Tools.nuspec | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gettext.Tools.nuspec b/Gettext.Tools.nuspec index e52bd82..efb5cea 100644 --- a/Gettext.Tools.nuspec +++ b/Gettext.Tools.nuspec @@ -2,7 +2,7 @@ Gettext.Tools - 0.23 + 0.23.1 GNU gettext tools for Windows Vaclav Slavik GPL-3.0-or-later diff --git a/Makefile b/Makefile index 61a1d64..81cad0b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -GETTEXT_VERSION = 0.23 +GETTEXT_VERSION = 0.23.1 LIBICONV_VERSION = 1.17 # version of the gettext-tools-windows package; usually same as GETTEXT_VERSION