Skip to content

Commit

Permalink
Change software version
Browse files Browse the repository at this point in the history
Signed-off-by: Suki <suki@missallsunday.com>
  • Loading branch information
MissAllSunday committed May 20, 2015
1 parent ce9ebb7 commit 11256a8
Show file tree
Hide file tree
Showing 228 changed files with 236 additions and 236 deletions.
2 changes: 1 addition & 1 deletion SSI.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

// Don't do anything if SMF is already loaded.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Avatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/BoardIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Class-BrowserDetect.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Class-CurlFetchWeb.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Class-Graphics.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Class-Package.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
6 changes: 3 additions & 3 deletions Sources/Class-SearchAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

interface search_api_interface
Expand Down Expand Up @@ -138,13 +138,13 @@ abstract class search_api implements search_api_interface
* This is the last version of SMF that this was tested on, to protect against API changes.
* @var type
*/
public $version_compatible = 'SMF 2.1 Beta 1';
public $version_compatible = 'SMF 2.1 Beta 2';

/**
* This won't work with versions of SMF less than this.
* @var type
*/
public $min_smf_version = 'SMF 2.1 Beta 1';
public $min_smf_version = 'SMF 2.1 Beta 2';

/**
* Is it supported?
Expand Down
2 changes: 1 addition & 1 deletion Sources/Class-TOTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

class Auth
Expand Down
2 changes: 1 addition & 1 deletion Sources/DbExtra-mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/DbExtra-postgresql.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/DbPackages-mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/DbPackages-postgresql.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/DbSearch-mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/DbSearch-postgresql.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Display.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Drafts.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Errors.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Help.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Likes.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Load.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/LogInOut.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageAttachments.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageBans.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageBoards.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageCalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageErrors.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageLanguages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageMaintenance.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageMembergroups.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageMembers.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageNews.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManagePaid.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManagePermissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManagePosts.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageRegistration.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageScheduledTasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2015 Simple Machines and individual contributors
* @license http://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 Beta 1
* @version 2.1 Beta 2
*/

if (!defined('SMF'))
Expand Down
Loading

0 comments on commit 11256a8

Please sign in to comment.