X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor_php4.php;h=32b4f2fafadf9c22894aedfea848aa49937b8a7b;hp=5b29ae8f3387c859634f4ca48a8d04ae3af65b2e;hb=c6e377a02b54abc07129d72b632763c727476a15;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6 diff --git a/ckeditor_php4.php b/ckeditor_php4.php index 5b29ae8..32b4f2f 100644 --- a/ckeditor_php4.php +++ b/ckeditor_php4.php @@ -21,12 +21,12 @@ class CKEditor * The version of %CKEditor. * \private */ - var $version = '3.1'; + var $version = '3.1.1'; /** * A constant string unique for each release of %CKEditor. * \private */ - var $_timestamp = 'A06B'; + var $_timestamp = 'A1QD'; /** * 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 = "A06B"; + var $timestamp = "A1QD"; /** * An array that holds event listeners. * \private