X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor.asp;h=f9bf274e45d68559a408ec37c906c234d9b3c65f;hb=e73319a12b56100b29ef456fd74114fe5519e01c;hp=d18695fd1634557e10f42cba22d132b77fc3d4ff;hpb=039a051ccf3901311661022a30afd60fc38130c9;p=ckeditor.git diff --git a/ckeditor.asp b/ckeditor.asp index d18695f..f9bf274 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.2" - timeStamp = "AA4E4NT" - mTimeStamp = "AA4E4NT" + version = "3.6.2" + timeStamp = "B8DJ5M3" + mTimeStamp = "B8DJ5M3" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")