Skip to content

Commit 1bef43d

Browse files
committed
Update CHANGES.md and build.xml for b8 release.
1 parent 0c71c0a commit 1bef43d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CHANGES.md

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

7-
### b8 - xx/xx/2012
7+
### b8 - 09/05/2012
88

99
* Breaking changes:
1010
* Materials are now created through a centralized Material class using a JSON schema called [Fabric](https://github.com/AnalyticalGraphicsInc/cesium/wiki/Fabric). For example, change:

Diff for: build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<property name="build.minification" value="false" />
7373

7474
<!-- Inputs -->
75-
<property name="version" value="b7" />
75+
<property name="version" value="b8" />
7676
<property name="sourceDirectory" location="Source" />
7777
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
7878
<property name="examplesDirectory" location="Examples" />

0 commit comments

Comments
 (0)