X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor_php4.php;h=efa71caecd0c80fbe5f7e5d68e7889b7376beca7;hb=614511639979907ceb0da3614122a4d8eb963ad4;hp=a2b7fdab76e246796370b8617efad1d56395d4f5;hpb=9873d66421922c7aef8be0f5d2ab51e547b19e66;p=ckeditor.git diff --git a/ckeditor_php4.php b/ckeditor_php4.php index a2b7fda..efa71ca 100644 --- a/ckeditor_php4.php +++ b/ckeditor_php4.php @@ -21,12 +21,12 @@ class CKEditor * The version of %CKEditor. * \private */ - var $version = '3.4'; + var $version = '3.4.3'; /** * A constant string unique for each release of %CKEditor. * \private */ - var $_timestamp = 'A7HG4HT'; + var $_timestamp = 'ABH04T8'; /** * 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 = "A7HG4HT"; + var $timestamp = "ABH04T8"; /** * An array that holds event listeners. * \private