Skip to content

Commit fc76119

Browse files
committed
Update to 0.22.3
1 parent f42c8bf commit fc76119

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gettext.Tools.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Gettext.Tools</id>
5-
<version>0.22</version>
5+
<version>0.22.3</version>
66
<title>GNU gettext tools for Windows</title>
77
<authors>Vaclav Slavik</authors>
88
<license type="expression">GPL-3.0-or-later</license>

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

2-
GETTEXT_VERSION = 0.22
2+
GETTEXT_VERSION = 0.22.3
33
LIBICONV_VERSION = 1.17
44

55
# version of the gettext-tools-windows package; usually same as GETTEXT_VERSION
66
# use "-n" suffix; for NuGet, use ".n" suffix instead, e.g. 0.20.1-1 and 0.20.1.1
77
PACKAGE_VERSION = $(GETTEXT_VERSION)
8-
NUGET_VERSION = $(GETTEXT_VERSION).0.1
8+
NUGET_VERSION = $(GETTEXT_VERSION)
99

1010
# Awful trickery to undo MSYS's magical path conversion (see
1111
# http://www.mingw.org/wiki/Posix_path_conversion) which happens to break

0 commit comments

Comments
 (0)