X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor_php5.php;h=122fe7abfe221b77abd20bbc195cf936a4f33d40;hp=88ac2d96ff754add18f26316243f15b06b9ea691;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hpb=2f22c0c38f17e75be5541089076885442aaa2377 diff --git a/ckeditor_php5.php b/ckeditor_php5.php index 88ac2d9..122fe7a 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.4'; /** * A constant string unique for each release of %CKEditor. */ - const timestamp = 'C3HA5RM'; + const timestamp = 'C6HH5UF'; /** * 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 = "C6HH5UF"; /** * An array that holds event listeners. */