From fc761191184dc1a23aa0dcb09e1f215d9550ea26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Mon, 11 Dec 2023 15:08:01 +0100 Subject: [PATCH] Update to 0.22.3 --- Gettext.Tools.nuspec | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gettext.Tools.nuspec b/Gettext.Tools.nuspec index a629ef1..d172a76 100644 --- a/Gettext.Tools.nuspec +++ b/Gettext.Tools.nuspec @@ -2,7 +2,7 @@ Gettext.Tools - 0.22 + 0.22.3 GNU gettext tools for Windows Vaclav Slavik GPL-3.0-or-later diff --git a/Makefile b/Makefile index 47b7fa9..8c47ec6 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -GETTEXT_VERSION = 0.22 +GETTEXT_VERSION = 0.22.3 LIBICONV_VERSION = 1.17 # version of the gettext-tools-windows package; usually same as GETTEXT_VERSION # use "-n" suffix; for NuGet, use ".n" suffix instead, e.g. 0.20.1-1 and 0.20.1.1 PACKAGE_VERSION = $(GETTEXT_VERSION) -NUGET_VERSION = $(GETTEXT_VERSION).0.1 +NUGET_VERSION = $(GETTEXT_VERSION) # Awful trickery to undo MSYS's magical path conversion (see # http://www.mingw.org/wiki/Posix_path_conversion) which happens to break