X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor_php5.php;h=0efd33a1e82a923c91fc11b37c23942e5bc000c9;hp=112577684a29897ddd4c78b469d584f249e62e4b;hb=8665a7c6c60586526e32e8941fe2896739b6ebfb;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1 diff --git a/ckeditor_php5.php b/ckeditor_php5.php index 1125776..0efd33a 100644 --- a/ckeditor_php5.php +++ b/ckeditor_php5.php @@ -20,11 +20,11 @@ class CKEditor /** * The version of %CKEditor. */ - const version = '3.2.1'; + const version = '3.2.2'; /** * A constant string unique for each release of %CKEditor. */ - const timestamp = 'A39E'; + const timestamp = 'A4SD49X'; /** * 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 = "A39E"; + public $timestamp = "A4SD49X"; /** * An array that holds event listeners. */