X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor.asp;h=206a4aecb61b062c60f9e9c6c7b3298c34452887;hb=4e90e78dc97789709ee7404359a5517540c27553;hp=c87d52173cb0ab803aabb185a68fc0bf275dfc74;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;p=ckeditor.git diff --git a/ckeditor.asp b/ckeditor.asp index c87d521..206a4ae 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.1" - timeStamp = "A8LE4JO" - mTimeStamp = "A8LE4JO" + version = "3.5.3" + timeStamp = "B37D54V" + mTimeStamp = "B37D54V" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")