X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor_php5.php;h=25563536db1163acc04b68bdbc61b3af71f328fb;hp=e6c2fdf9e904d2b531d2c8556fce5f0fc8076b00;hb=f0610347140239143439a511ee2bd48cb784f470;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba diff --git a/ckeditor_php5.php b/ckeditor_php5.php index e6c2fdf..2556353 100644 --- a/ckeditor_php5.php +++ b/ckeditor_php5.php @@ -20,11 +20,11 @@ class CKEditor /** * The version of %CKEditor. */ - const version = '3.6'; + const version = '3.6.1'; /** * A constant string unique for each release of %CKEditor. */ - const timestamp = 'B49E5BQ'; + const timestamp = 'B5GJ5GG'; /** * 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 = "B49E5BQ"; + public $timestamp = "B5GJ5GG"; /** * An array that holds event listeners. */