Index: branches/5.2.x/core/ckeditor/ckeditor.asp =================================================================== diff -u -N -r15042 -r15316 --- branches/5.2.x/core/ckeditor/ckeditor.asp (.../ckeditor.asp) (revision 15042) +++ branches/5.2.x/core/ckeditor/ckeditor.asp (.../ckeditor.asp) (revision 15316) @@ -1,6 +1,6 @@ <% ' - ' Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. + ' Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. ' For licensing, see LICENSE.html or http://ckeditor.com/license ' Shared variable for all instances ("static") @@ -91,9 +91,9 @@ Private Sub Class_Initialize() - version = "3.6.2" - timeStamp = "B8DJ5M3" - mTimeStamp = "B8DJ5M3" + version = "3.6.3" + timeStamp = "C3HA5RM" + mTimeStamp = "C3HA5RM" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")