Index: lams_central/web/ckeditor/ckeditor.asp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/ckeditor/Attic/ckeditor.asp,v diff -u -r1.1 -r1.2 --- lams_central/web/ckeditor/ckeditor.asp 6 Oct 2010 10:11:37 -0000 1.1 +++ lams_central/web/ckeditor/ckeditor.asp 20 Dec 2011 05:56:36 -0000 1.2 @@ -1,6 +1,6 @@ <% ' - ' Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. + ' Copyright (c) 2003-2011, 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.4.1" - timeStamp = "A8LE4JO" - mTimeStamp = "A8LE4JO" + version = "3.6.2" + timeStamp = "B8DJ5M3" + mTimeStamp = "B8DJ5M3" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")