Skip to content

Commit

Permalink
Update to 0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Dec 11, 2023
1 parent f42c8bf commit fc76119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gettext.Tools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Gettext.Tools</id>
<version>0.22</version>
<version>0.22.3</version>
<title>GNU gettext tools for Windows</title>
<authors>Vaclav Slavik</authors>
<license type="expression">GPL-3.0-or-later</license>
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fc76119

Please sign in to comment.