Skip to content

Commit b542800

Browse files
author
Marius Burkard
committed
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
2 parents 9f824a7 + 875504b commit b542800

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
@@ -2482,7 +2482,7 @@ INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`,
24822482
-- Dumping data for table `sys_config`
24832483
--
24842484

2485-
INSERT INTO sys_config VALUES ('db','db_version','3.1b1');
2485+
INSERT INTO sys_config VALUES ('db','db_version','3.1dev');
24862486
INSERT INTO sys_config VALUES ('interface','session_timeout','0');
24872487

24882488
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.1b1');
59+
define('ISPC_APP_VERSION', '3.1dev');
6060
define('DEVSYSTEM', 0);
6161

6262

0 commit comments

Comments
 (0)