X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor.asp;h=9ae701fc1d4785d5bc53a9b1f38dcd16b5930506;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=bc9dc7c01a70943b9e49758afee2d37fe5c13946;hpb=66f4ae0bf0280ed56bf7c0f4ab175424dd1d47a0;p=ckeditor.git diff --git a/ckeditor.asp b/ckeditor.asp index bc9dc7c..9ae701f 100644 --- a/ckeditor.asp +++ b/ckeditor.asp @@ -1,6 +1,6 @@ <% ' - ' Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. + ' Copyright (c) 2003-2012, 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.6.3" + timeStamp = "C3HA5RM" + mTimeStamp = "C3HA5RM" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")