We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab0c6e commit 323d23dCopy full SHA for 323d23d
Gettext.Tools.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3
<metadata>
4
<id>Gettext.Tools</id>
5
- <version>0.23</version>
+ <version>0.23.1</version>
6
<title>GNU gettext tools for Windows</title>
7
<authors>Vaclav Slavik</authors>
8
<license type="expression">GPL-3.0-or-later</license>
Makefile
@@ -1,5 +1,5 @@
1
-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
0 commit comments