X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor_php5.php;h=61e79cfc3ebd4b3a634c96539a76c6648b51a4e7;hp=122fe7abfe221b77abd20bbc195cf936a4f33d40;hb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796;hpb=6e682412d5cc0dfaedb376482e585bf2989c6863 diff --git a/ckeditor_php5.php b/ckeditor_php5.php index 122fe7a..61e79cf 100644 --- a/ckeditor_php5.php +++ b/ckeditor_php5.php @@ -20,11 +20,11 @@ class CKEditor /** * The version of %CKEditor. */ - const version = '3.6.4'; + const version = '3.6.5'; /** * A constant string unique for each release of %CKEditor. */ - const timestamp = 'C6HH5UF'; + const timestamp = 'C9A85WF'; /** * 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 = "C6HH5UF"; + public $timestamp = "C9A85WF"; /** * An array that holds event listeners. */