Skip to content

Commit

Permalink
Re-tag and re-release b6 as b6a with corrected zip contents.
Browse files Browse the repository at this point in the history
  • Loading branch information
shunter committed Jun 20, 2012
1 parent 1fb225a commit def90bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 1 addition & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ Change Log
Beta Releases
-------------

### b7 - xx/xx/2012

* Breaking changes:
* ...
* ...

### b6 - 06/18/2012
### b6a - 06/20/2012

* Breaking changes:
* Changed `Tipsify.tipsify` and `Tipsify.calculateACMR` to accept an object literal instead of three separate arguments. Supplying a maximum index and cache size is now optional.
Expand Down
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
<!-- Remove this once we're upgraded to 1.7.2 -->
<exclude name="ThirdParty/dojo-release-1.7.2-src/**" />

<include name="CHANGES" />
<include name="index.html" />
<include name="LICENSE" />
<include name="LICENSE.md" />
<include name="CHANGES.md" />
<include name="README.md" />
</zip>
</target>
Expand All @@ -70,7 +70,7 @@
<property name="build.minification" value="false" />

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

0 comments on commit def90bd

Please sign in to comment.