From 507fd9bd69859ba08b19d1fe29236eed831cb2bd Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 27 Aug 2011 09:42:02 -0400 Subject: [PATCH] upgrade version to beta3 --- README | 4 ++-- lib/framework.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index ffc77fcbe5..bdbf2fff90 100644 --- a/README +++ b/README @@ -2,8 +2,8 @@ README ------ -StatusNet 1.0.0beta2 -2 August 2011 +StatusNet 1.0.0beta3 +27 August 2011 This is the README file for StatusNet, the Open Source social networking platform. It includes installation instructions, diff --git a/lib/framework.php b/lib/framework.php index 3a338ea888..5b8f84eea7 100644 --- a/lib/framework.php +++ b/lib/framework.php @@ -20,7 +20,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } define('STATUSNET_BASE_VERSION', '1.0.0'); -define('STATUSNET_LIFECYCLE', 'beta2'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release' +define('STATUSNET_LIFECYCLE', 'beta3'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release' define('STATUSNET_VERSION', STATUSNET_BASE_VERSION . STATUSNET_LIFECYCLE); define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility