X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor.asp;h=441a5d0333f9faea5caa597c9e503330eb717320;hb=refs%2Ftags%2Fv3.6.6;hp=33b9f555db534e8ee18859246fb15c2420b557f3;hpb=f0610347140239143439a511ee2bd48cb784f470;p=ckeditor.git diff --git a/ckeditor.asp b/ckeditor.asp index 33b9f55..441a5d0 100644 --- a/ckeditor.asp +++ b/ckeditor.asp @@ -1,6 +1,6 @@ <% ' - ' Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. + ' Copyright (c) 2003-2013, 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 @@ Class CKEditor Private Sub Class_Initialize() - version = "3.6.1" - timeStamp = "B5GJ5GG" - mTimeStamp = "B5GJ5GG" + version = "3.6.6" + timeStamp = "D03G5XL" + mTimeStamp = "D03G5XL" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")