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