X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor_php5.php;h=968a6c4d0869b00b047521610d21fc32e2a5da3d;hb=refs%2Ftags%2Fv3.2;hp=ab1612d8f38cb05b846b51deb6e82bb8353d8e1b;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/ckeditor_php5.php b/ckeditor_php5.php index ab1612d..968a6c4 100644 --- a/ckeditor_php5.php +++ b/ckeditor_php5.php @@ -20,11 +20,11 @@ class CKEditor /** * The version of %CKEditor. */ - const version = '3.1'; + const version = '3.2'; /** * A constant string unique for each release of %CKEditor. */ - const timestamp = 'A06B'; + const timestamp = 'A1QD'; /** * 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 = "A06B"; + public $timestamp = "A1QD"; /** * An array that holds event listeners. */