X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ckeditor_php4.php;h=739f2afa14ff1f750a377fbfd01d8628e8bd0b2c;hb=055b6b0792ce7dc53d47af606b367c04b927c2ab;hp=a5dea26f52de9510df2884274fa94524b5d01eaa;hpb=8665a7c6c60586526e32e8941fe2896739b6ebfb;p=ckeditor.git diff --git a/ckeditor_php4.php b/ckeditor_php4.php index a5dea26..739f2af 100644 --- a/ckeditor_php4.php +++ b/ckeditor_php4.php @@ -21,12 +21,12 @@ class CKEditor * The version of %CKEditor. * \private */ - var $version = '3.2.2'; + var $version = '3.3.2'; /** * A constant string unique for each release of %CKEditor. * \private */ - var $_timestamp = 'A4SD49X'; + var $_timestamp = 'A73H4H9'; /** * 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 = "A4SD49X"; + var $timestamp = "A73H4H9"; /** * An array that holds event listeners. * \private