X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor.asp;h=441a5d0333f9faea5caa597c9e503330eb717320;hp=8500aba750d4d7d1846785eb05170ec9f24b514f;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hpb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796 diff --git a/ckeditor.asp b/ckeditor.asp index 8500aba..441a5d0 100644 --- a/ckeditor.asp +++ b/ckeditor.asp @@ -1,6 +1,6 @@ <% ' - ' Copyright (c) 2003-2012, 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.5" - timeStamp = "C9A85WF" - mTimeStamp = "C9A85WF" + version = "3.6.6" + timeStamp = "D03G5XL" + mTimeStamp = "D03G5XL" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")