From 88f99e3b8da05943dc89f920aedd41a6166ccaea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Sat, 7 Nov 2020 17:44:45 +0100 Subject: [PATCH] Increase version to 0.21-1 (patch release) --- Gettext.Tools.nuspec | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gettext.Tools.nuspec b/Gettext.Tools.nuspec index 63e4f70..45844ee 100644 --- a/Gettext.Tools.nuspec +++ b/Gettext.Tools.nuspec @@ -2,7 +2,7 @@ Gettext.Tools - 0.21 + 0.21.0.1 GNU gettext tools for Windows Vaclav Slavik GPL-3.0-or-later diff --git a/Makefile b/Makefile index b63693e..d8b6f8a 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ LIBICONV_VERSION = 1.16 # 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) +PACKAGE_VERSION = $(GETTEXT_VERSION)-1 +NUGET_VERSION = $(GETTEXT_VERSION).0.1 # Awful trickery to undo MSYS's magical path conversion (see # http://www.mingw.org/wiki/Posix_path_conversion) which happens to break