Skip to content

Commit

Permalink
Update version in build.xml to b21
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcozzi committed Oct 1, 2013
1 parent d59f007 commit 302ccef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

<!-- Inputs -->
<!-- this version should be set to the upcoming version, so it can be tagged without requiring a bump first -->
<property name="version" value="b20" />
<property name="version" value="b21" />
<property name="sourceDirectory" location="Source" />
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
<property name="examplesDirectory" location="Examples" />
Expand Down

0 comments on commit 302ccef

Please sign in to comment.