X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ckeditor_php5.php;h=86dab80c10a3addf7fb3b0e0e55ff91d936a307b;hb=refs%2Ftags%2Fv3.4.2;hp=2cf9c28d8db36700f6f42dcebda52d0dc9207d20;hpb=c6e377a02b54abc07129d72b632763c727476a15;p=ckeditor.git diff --git a/ckeditor_php5.php b/ckeditor_php5.php index 2cf9c28..86dab80 100644 --- a/ckeditor_php5.php +++ b/ckeditor_php5.php @@ -20,11 +20,11 @@ class CKEditor /** * The version of %CKEditor. */ - const version = '3.1.1'; + const version = '3.4.2'; /** * A constant string unique for each release of %CKEditor. */ - const timestamp = 'A1QD'; + const timestamp = 'AA4E4NT'; /** * 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 = "AA4E4NT"; /** * An array that holds event listeners. */