JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / ckeditor_php5.php
index 2b72cf1..88ac2d9 100644 (file)
@@ -1,6 +1,6 @@
 <?php\r
 /*\r
-* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+* Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
 * For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -20,11 +20,11 @@ class CKEditor
        /**\r
         * The version of %CKEditor.\r
         */\r
-       const version = '3.6.2';\r
+       const version = '3.6.3';\r
        /**\r
         * A constant string unique for each release of %CKEditor.\r
         */\r
-       const timestamp = 'B8DJ5M3';\r
+       const timestamp = 'C3HA5RM';\r
 \r
        /**\r
         * URL to the %CKEditor installation directory (absolute or relative to document root).\r
@@ -78,7 +78,7 @@ class CKEditor
         * A string indicating the creation date of %CKEditor.\r
         * Do not change it unless you want to force browsers to not use previously cached version of %CKEditor.\r
         */\r
-       public $timestamp = "B8DJ5M3";\r
+       public $timestamp = "C3HA5RM";\r
        /**\r
         * An array that holds event listeners.\r
         */\r