From 3e43b53a63743a81b27b53c01d57e4b73d994ae9 Mon Sep 17 00:00:00 2001
From: Andreas Fischer <bantu@phpbb.com>
Date: Sun, 20 Nov 2011 21:50:29 +0100
Subject: [develop-olympus] Bump version numbers for 3.0.10-RC1 release.

---
 phpBB/includes/constants.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'phpBB/includes/constants.php')

diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 03b1102602..ec7b8c7123 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -25,7 +25,7 @@ if (!defined('IN_PHPBB'))
 */
 
 // phpBB Version
-define('PHPBB_VERSION', '3.0.10-dev');
+define('PHPBB_VERSION', '3.0.10-RC1');
 
 // QA-related
 // define('PHPBB_QA', 1);
-- 
cgit v1.2.1