X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor.asp;h=c3e8727fde15c210e4821011d9df4be6980930e9;hb=refs%2Ftags%2Fv3.5.4;hp=60232698655059e2b6d68f467a24a03ea6930de7;hpb=614511639979907ceb0da3614122a4d8eb963ad4;p=ckeditor.git diff --git a/ckeditor.asp b/ckeditor.asp index 6023269..c3e8727 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.3" - timeStamp = "ABH04T8" - mTimeStamp = "ABH04T8" + version = "3.5.4" + timeStamp = "B49D5BN" + mTimeStamp = "B49D5BN" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")