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