X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor.asp;h=9ae701fc1d4785d5bc53a9b1f38dcd16b5930506;hb=refs%2Ftags%2Fv3.6.3;hp=b99a657bdfc33761d2ef0a6540554575aaa76d86;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/ckeditor.asp b/ckeditor.asp index b99a657..9ae701f 100644 --- a/ckeditor.asp +++ b/ckeditor.asp @@ -1,6 +1,6 @@ <% ' - ' Copyright (c) 2003-2011, 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.5.1" - timeStamp = "B1CB4XQ" - mTimeStamp = "B1CB4XQ" + version = "3.6.3" + timeStamp = "C3HA5RM" + mTimeStamp = "C3HA5RM" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")