Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nightsh committed Sep 18, 2013
1 parent 2320d87 commit 41b2edb
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion browse.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Browser calling script
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Base configuration file
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion core/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc This file is included first, before each other
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion core/browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Browser actions class
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion core/types/type_img.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Image detection class
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion core/types/type_mime.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc MIME type detection class
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
4 changes: 2 additions & 2 deletions core/uploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Uploader class
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand All @@ -15,7 +15,7 @@
class uploader {

/** Release version */
const VERSION = "2.52-dev";
const VERSION = "3.0a1";

/** Config session-overrided settings
* @var array */
Expand Down
2 changes: 1 addition & 1 deletion css.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Base CSS definitions
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion integration/drupal.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc CMS integration code: Drupal
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Dany Alejandro Cabrera <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion js/browser/joiner.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Join all JavaScript files in current directory
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion js_localize.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Load language labels into JavaScript
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion lang/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Default English localization
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion lib/class_image.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Abstract image driver class
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion lib/class_image_gd.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc GD image driver class
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion lib/class_image_gmagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc GraphicsMagick image driver class
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion lib/class_image_imagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc ImageMagick image driver class
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion lib/class_input.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Input class for GET, POST and COOKIE requests
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion lib/class_zipFolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @desc Directory to ZIP file archivator
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion lib/helper_dir.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Directory helper class
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion lib/helper_file.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc File helper class
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion lib/helper_httpCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc HTTP cache helper class
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion lib/helper_path.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Path helper class
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion lib/helper_text.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Text processing helper class
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down
2 changes: 1 addition & 1 deletion upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @desc Upload calling script
* @package KCFinder
* @version 2.52-dev
* @version 3.0a1
* @author Pavel Tzonkov <[email protected]>
* @copyright 2010, 2011 KCFinder Project
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
Expand Down

0 comments on commit 41b2edb

Please sign in to comment.