X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor.asp;h=c3e8727fde15c210e4821011d9df4be6980930e9;hb=1056598c95187351dc58f4991d331e2258d038b5;hp=bc644a4d0f8a7c37e245042e03cd86f72b7a3722;hpb=8665a7c6c60586526e32e8941fe2896739b6ebfb;p=ckeditor.git diff --git a/ckeditor.asp b/ckeditor.asp index bc644a4..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.2.2" - timeStamp = "A4SD49X" - mTimeStamp = "A4SD49X" + version = "3.5.4" + timeStamp = "B49D5BN" + mTimeStamp = "B49D5BN" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")