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