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