Skip to content

Commit

Permalink
Increase version to 0.18.3.2-1 (patch release).
Browse files Browse the repository at this point in the history
Use .201 for nuget, because it doesn't allow - or 5 components.
  • Loading branch information
vslavik committed Mar 4, 2014
1 parent 1bbddd7 commit 5271ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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.18.3.2</version>
<version>0.18.3.201</version>
<title>GNU gettext tools for Windows</title>
<authors>Vaclav Slavik</authors>
<licenseUrl>https://github.com/vslavik/gettext-tools-windows/blob/master/LICENSE</licenseUrl>
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ GETTEXT_VERSION = 0.18.3.2
LIBICONV_VERSION = 1.14
EXPAT_VERSION = 2.1.0

# version of the gettext-tools-windows package; usually same as GETTEXT_VERSION
PACKAGE_VERSION = $(GETTEXT_VERSION)-1

EXPAT_FLAGS = --disable-static

Expand Down Expand Up @@ -35,7 +37,7 @@ STAGEDIR = $(BUILDDIR)/stage
USR_LOCAL = $(STAGEDIR)/usr/local
DISTDIR = $(BUILDDIR)/dist

ARCHIVE_FILE = $(BUILDDIR)/gettext-tools-windows-$(GETTEXT_VERSION).zip
ARCHIVE_FILE = $(BUILDDIR)/gettext-tools-windows-$(PACKAGE_VERSION).zip

EXPAT_FILE := expat-$(EXPAT_VERSION).tar.gz
EXPAT_URL := http://downloads.sourceforge.net/project/expat/expat/$(EXPAT_VERSION)/$(EXPAT_FILE)
Expand Down

0 comments on commit 5271ca5

Please sign in to comment.