From 663cdcdb279069130a27e2a0cc13d014ef0f3fcf Mon Sep 17 00:00:00 2001 From: Christoph Pojer Date: Fri, 4 Jun 2010 02:25:18 +0200 Subject: [PATCH] * And that is Beta 2 --- Source/Core/Core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/Core.js b/Source/Core/Core.js index d8389033..03b675b9 100644 --- a/Source/Core/Core.js +++ b/Source/Core/Core.js @@ -23,8 +23,8 @@ provides: [Core, MooTools, Type, typeOf, instanceOf] (function(){ this.MooTools = { - version: '1.3dev', - build: '%build%' + version: '1.3b2', + build: '7c313375bbc6b15bd43473bfb50e87fa8a65ed21' }; // typeOf, instanceOf -- 2.11.4.GIT