X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor_php5.php;h=af11a5a1adfb3797743368771bfbc29ed8906dba;hp=0efd33a1e82a923c91fc11b37c23942e5bc000c9;hb=f8fc585c18d287eb325c575596d183122486b641;hpb=8665a7c6c60586526e32e8941fe2896739b6ebfb diff --git a/ckeditor_php5.php b/ckeditor_php5.php index 0efd33a..af11a5a 100644 --- a/ckeditor_php5.php +++ b/ckeditor_php5.php @@ -20,11 +20,11 @@ class CKEditor /** * The version of %CKEditor. */ - const version = '3.2.2'; + const version = '3.3'; /** * A constant string unique for each release of %CKEditor. */ - const timestamp = 'A4SD49X'; + const timestamp = 'A4SD49Y'; /** * URL to the %CKEditor installation directory (absolute or relative to document root). @@ -78,7 +78,7 @@ class CKEditor * A string indicating the creation date of %CKEditor. * Do not change it unless you want to force browsers to not use previously cached version of %CKEditor. */ - public $timestamp = "A4SD49X"; + public $timestamp = "A4SD49Y"; /** * An array that holds event listeners. */