X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor.asp;h=f39069fa7f8e28fbba7eb2848fc55dd50c4a3446;hb=refs%2Ftags%2Fv3.5.2;hp=1bbcbe3ca1cd8aef8addcf990a6d9ee8881e3c0e;hpb=e371ddf8abcb89013e20e6d0dd746adec344d0e5;p=ckeditor.git diff --git a/ckeditor.asp b/ckeditor.asp index 1bbcbe3..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.4 Beta" - timeStamp = "A73H4HC" - mTimeStamp = "A73H4HC" + version = "3.5.2" + timeStamp = "B1GG4Z6" + mTimeStamp = "B1GG4Z6" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")