X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor_php4.php;h=b4b41d657ad818317248e6cf48eda4593b161c9a;hb=9afde8772159bd3436f1f5b7862960307710ae5a;hp=e97e39ee6e3adccf2ca42530da5da5cdf1c91b3f;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;p=ckeditor.git diff --git a/ckeditor_php4.php b/ckeditor_php4.php index e97e39e..b4b41d6 100644 --- a/ckeditor_php4.php +++ b/ckeditor_php4.php @@ -21,12 +21,12 @@ class CKEditor * The version of %CKEditor. * \private */ - var $version = '3.4.1'; + var $version = '3.5'; /** * A constant string unique for each release of %CKEditor. * \private */ - var $_timestamp = 'A8LE4JO'; + var $_timestamp = 'ABLC4TW'; /** * URL to the %CKEditor installation directory (absolute or relative to document root). @@ -80,7 +80,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. */ - var $timestamp = "A8LE4JO"; + var $timestamp = "ABLC4TW"; /** * An array that holds event listeners. * \private