From d9fb3dccf076830397651ea5296ed0f2655c389b Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Wed, 19 Feb 2014 12:09:18 -0500 Subject: [PATCH] r67dev --- src/Three.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Three.js b/src/Three.js index 264c80796f..0f621b3cc6 100644 --- a/src/Three.js +++ b/src/Three.js @@ -4,7 +4,7 @@ * @author bhouston / http://exocortex.com */ -var THREE = { REVISION: '66' }; +var THREE = { REVISION: '67dev' }; self.console = self.console || { -- GitLab