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