From fa66fa2a0ccc91d9c41641934a9435ab24949aab Mon Sep 17 00:00:00 2001 From: Arian Stolwijk Date: Fri, 15 Feb 2013 21:52:30 +0100 Subject: [PATCH] 1.2.6 --- 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 910fa265..34d6b6fa 100644 --- a/Source/Core/Core.js +++ b/Source/Core/Core.js @@ -21,8 +21,8 @@ provides: [MooTools, Native, Hash.base, Array.each, $util] */ var MooTools = { - 'version': '1.2.6dev', - 'build': '%build%' + 'version': '1.2.6', + 'build': 'a3be7a0ef5205eb655c4ee11e8cbedcb3f2ffa95' }; var Native = function(options){ -- 2.11.4.GIT