Skip to content

Commit

Permalink
Merge pull request #50 from ndw/master
Browse files Browse the repository at this point in the history
Attempt to release 2.0.9a4
  • Loading branch information
ndw committed Aug 30, 2015
2 parents d59b442 + 8a92dd6 commit c128ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.0.9a2
version=2.0.9a4
snapshot=
builtBy=Norman Walsh

Expand Down
2 changes: 1 addition & 1 deletion xslt/base/VERSION.xsl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:param name="VERSION" select="'2.0.9a2'"/>
<xsl:param name="VERSION" select="'2.0.9a4'"/>
</xsl:stylesheet>

0 comments on commit c128ac6

Please sign in to comment.