Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
Bump version to 2.0-beta-1, and add stable tag to readme.txt
Browse files Browse the repository at this point in the history
git-svn-id: http://bbpress.svn.wordpress.org/branches/plugin@3197 9866e705-20ec-0310-96e7-cbb4277adcfb
  • Loading branch information
johnjamesjacoby committed May 21, 2011
1 parent 47e1db9 commit 27b2313
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bbpress.php
Expand Up @@ -15,7 +15,7 @@
* Description: bbPress is forum software with a twist from the creators of WordPress.
* Author: The bbPress Community
* Author URI: http://bbpress.org
* Version: plugin-alpha-2
* Version: 2.0-beta-1
*/

// Redirect if accessed directly
Expand All @@ -30,7 +30,7 @@
* Note: Checking for defined( 'BBP_VERSION' ) in your code does NOT
* guarantee bbPress is initialized and listening.
*/
define( 'BBP_VERSION', 'plugin-alpha-2' );
define( 'BBP_VERSION', '2.0-beta-1' );

if ( !class_exists( 'bbPress' ) ) :
/**
Expand Down
5 changes: 3 additions & 2 deletions readme.txt
@@ -1,8 +1,9 @@
=== bbPress ===
Contributors: matt, mdawaffe, johnjamesjacoby, petemall
Contributors: matt, johnjamesjacoby, mdawaffe
Tags: bbpress, forums, discussion, post type, theme
Requires at least: 3.1
Tested up to: 3.2
Stable tag: 2.0-beta-1

bbPress is forum software with a twist from the creators of WordPress

Expand All @@ -23,5 +24,5 @@ We're keeping things as small and light as possible while still allowing for gre

== Changelog ==

= Plugin =
= 2.0-beta-1 =
* In development

0 comments on commit 27b2313

Please sign in to comment.