X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor.asp;h=441a5d0333f9faea5caa597c9e503330eb717320;hb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;hp=aef85c9fe74c1b7a9dcda911399f77c4eb2e5e97;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/ckeditor.asp b/ckeditor.asp index aef85c9..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" - timeStamp = "B49E5BQ" - mTimeStamp = "B49E5BQ" + version = "3.6.6" + timeStamp = "D03G5XL" + mTimeStamp = "D03G5XL" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")