Skip to content

Commit f2f2799

Browse files
committed
Updated version number to 3.0.1.5
1 parent 27b8b81 commit f2f2799

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
@@ -1201,7 +1201,7 @@ INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`,
12011201
-- Dumping data for table `sys_config`
12021202
--
12031203

1204-
INSERT INTO sys_config VALUES ('1','db','db_version','3.0.1.4');
1204+
INSERT INTO sys_config VALUES ('1','db','db_version','3.0.1.5');
12051205

12061206
-- --------------------------------------------------------
12071207

install/tpl/config.inc.php.master

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

5858
//** Application
5959
define('ISPC_APP_TITLE', 'ISPConfig');
60-
define('ISPC_APP_VERSION', '3.0.1.4');
60+
define('ISPC_APP_VERSION', '3.0.1.5');
6161

6262

6363
//** Database

0 commit comments

Comments
 (0)