Skip to content

Commit

Permalink
Fix build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcozzi committed Apr 1, 2014
1 parent 56835d1 commit da2c44f
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 @@ -130,7 +130,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="b27 />
<property name="version" value="b27" />
<property name="sourceDirectory" location="Source" />
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
<property name="examplesDirectory" location="Examples" />
Expand Down

0 comments on commit da2c44f

Please sign in to comment.