Skip to content

Commit def90bd

Browse files
committed
Re-tag and re-release b6 as b6a with corrected zip contents.
1 parent 1fb225a commit def90bd

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

CHANGES.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ Change Log
44
Beta Releases
55
-------------
66

7-
### b7 - xx/xx/2012
8-
9-
* Breaking changes:
10-
* ...
11-
* ...
12-
13-
### b6 - 06/18/2012
7+
### b6a - 06/20/2012
148

159
* Breaking changes:
1610
* 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.

build.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
<!-- Remove this once we're upgraded to 1.7.2 -->
5050
<exclude name="ThirdParty/dojo-release-1.7.2-src/**" />
5151

52-
<include name="CHANGES" />
5352
<include name="index.html" />
54-
<include name="LICENSE" />
53+
<include name="LICENSE.md" />
54+
<include name="CHANGES.md" />
5555
<include name="README.md" />
5656
</zip>
5757
</target>
@@ -70,7 +70,7 @@
7070
<property name="build.minification" value="false" />
7171

7272
<!-- Inputs -->
73-
<property name="version" value="b6" />
73+
<property name="version" value="b6a" />
7474
<property name="sourceDirectory" location="Source" />
7575
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
7676
<property name="examplesDirectory" location="Examples" />

0 commit comments

Comments
 (0)