Skip to content

Commit 037b69e

Browse files
author
Till Brehm
committed
Changed version number to 3.1b1 for first beta release.
1 parent 8cad783 commit 037b69e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2477,7 +2477,7 @@ INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`,
24772477
-- Dumping data for table `sys_config`
24782478
--
24792479

2480-
INSERT INTO sys_config VALUES ('db','db_version','3.1a1');
2480+
INSERT INTO sys_config VALUES ('db','db_version','3.1b1');
24812481
INSERT INTO sys_config VALUES ('interface','session_timeout','0');
24822482

24832483
SET FOREIGN_KEY_CHECKS = 1;

install/tpl/config.inc.php.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $revision = str_replace(array('Revision:','$',' '), '', $svn_revision);
5656

5757
//** Application
5858
define('ISPC_APP_TITLE', 'ISPConfig');
59-
define('ISPC_APP_VERSION', '3.1a1');
59+
define('ISPC_APP_VERSION', '3.1b1');
6060
define('DEVSYSTEM', 0);
6161

6262

0 commit comments

Comments
 (0)