X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor.asp;h=094e7273156aad4fa66faadcd75c8a5299ecdf82;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hp=f39069fa7f8e28fbba7eb2848fc55dd50c4a3446;hpb=8f6c203fdaa543c3bca40baea6ae4ddcdf1a77f5;p=ckeditor.git diff --git a/ckeditor.asp b/ckeditor.asp index f39069f..094e727 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.2" - timeStamp = "B1GG4Z6" - mTimeStamp = "B1GG4Z6" + version = "3.6.4" + timeStamp = "C6HH5UF" + mTimeStamp = "C6HH5UF" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")