Skip to content

Commit

Permalink
Update CHANGES and build.xml for b10 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mramato committed Nov 2, 2012
1 parent 8a2ea5b commit a2cd7a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Change Log
Beta Releases
-------------

### b10 - xx/xx/2012
### b10 - 11/02/2012

* Breaking changes:
* Renamed `Texture2DPool` to `TexturePool`.
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<property name="build.minification" value="false" />

<!-- Inputs -->
<property name="version" value="b9" />
<property name="version" value="b10" />
<property name="sourceDirectory" location="Source" />
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
<property name="examplesDirectory" location="Examples" />
Expand Down

0 comments on commit a2cd7a1

Please sign in to comment.