X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor.asp;h=b99a657bdfc33761d2ef0a6540554575aaa76d86;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=bc9dc7c01a70943b9e49758afee2d37fe5c13946;hpb=66f4ae0bf0280ed56bf7c0f4ab175424dd1d47a0;p=ckeditor.git diff --git a/ckeditor.asp b/ckeditor.asp index bc9dc7c..b99a657 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.1" - timeStamp = "A5AB4B6" - mTimeStamp = "A5AB4B6" + version = "3.5.1" + timeStamp = "B1CB4XQ" + mTimeStamp = "B1CB4XQ" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")