Mr.doob 10 years ago
parent
commit
5c6aed3ce6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/Three.js

+ 1 - 2
src/Three.js

@@ -2,7 +2,7 @@
  * @author mrdoob / http://mrdoob.com/
  * @author mrdoob / http://mrdoob.com/
  */
  */
 
 
-var THREE = { REVISION: '69' };
+var THREE = { REVISION: '70dev' };
 
 
 // browserify support
 // browserify support
 
 
@@ -177,4 +177,3 @@ THREE.RGB_PVRTC_4BPPV1_Format = 2100;
 THREE.RGB_PVRTC_2BPPV1_Format = 2101;
 THREE.RGB_PVRTC_2BPPV1_Format = 2101;
 THREE.RGBA_PVRTC_4BPPV1_Format = 2102;
 THREE.RGBA_PVRTC_4BPPV1_Format = 2102;
 THREE.RGBA_PVRTC_2BPPV1_Format = 2103;
 THREE.RGBA_PVRTC_2BPPV1_Format = 2103;
-