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