Skip to content

Commit f3da0a0

Browse files
committed
Updated version number to 3.0.3
1 parent 4ae2a0f commit f3da0a0

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
@@ -1335,7 +1335,7 @@ INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`,
13351335
-- Dumping data for table `sys_config`
13361336
--
13371337

1338-
INSERT INTO sys_config VALUES ('1','db','db_version','3.0.2.1');
1338+
INSERT INTO sys_config VALUES ('1','db','db_version','3.0.3');
13391339

13401340
-- --------------------------------------------------------
13411341

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.0.2.1');
59+
define('ISPC_APP_VERSION', '3.0.3');
6060

6161

6262
//** Database

0 commit comments

Comments
 (0)