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