Skip to content

Commit 966f3e0

Browse files
committed
Updated version number to 3.0.2.1
1 parent c86da31 commit 966f3e0

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
@@ -1241,7 +1241,7 @@ INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`,
12411241
-- Dumping data for table `sys_config`
12421242
--
12431243

1244-
INSERT INTO sys_config VALUES ('1','db','db_version','3.0.2');
1244+
INSERT INTO sys_config VALUES ('1','db','db_version','3.0.2.1');
12451245

12461246
-- --------------------------------------------------------
12471247

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.2');
60+
define('ISPC_APP_VERSION', '3.0.2.1');
6161

6262

6363
//** Database

0 commit comments

Comments
 (0)