X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor.asp;h=f39069fa7f8e28fbba7eb2848fc55dd50c4a3446;hb=8f6c203fdaa543c3bca40baea6ae4ddcdf1a77f5;hp=20510e52abf8b31be2785bbd98603cb761152d72;hpb=f8fc585c18d287eb325c575596d183122486b641;p=ckeditor.git diff --git a/ckeditor.asp b/ckeditor.asp index 20510e5..f39069f 100644 --- a/ckeditor.asp +++ b/ckeditor.asp @@ -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 @@ Class CKEditor Private Sub Class_Initialize() - version = "3.3" - timeStamp = "A4SD49Y" - mTimeStamp = "A4SD49Y" + version = "3.5.2" + timeStamp = "B1GG4Z6" + mTimeStamp = "B1GG4Z6" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")