X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor_php5.php;h=3b805e56499711d1e9cf7bfbed564026a97a8cbe;hp=5020eb4b603114e92b2629375ee963e5d6976627;hb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;hpb=9873d66421922c7aef8be0f5d2ab51e547b19e66 diff --git a/ckeditor_php5.php b/ckeditor_php5.php index 5020eb4..3b805e5 100644 --- a/ckeditor_php5.php +++ b/ckeditor_php5.php @@ -20,11 +20,11 @@ class CKEditor /** * The version of %CKEditor. */ - const version = '3.4'; + const version = '3.4.1'; /** * A constant string unique for each release of %CKEditor. */ - const timestamp = 'A7HG4HT'; + const timestamp = 'A8LE4JO'; /** * URL to the %CKEditor installation directory (absolute or relative to document root). @@ -78,7 +78,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. */ - public $timestamp = "A7HG4HT"; + public $timestamp = "A8LE4JO"; /** * An array that holds event listeners. */