Skip to content

Commit c930e0a

Browse files
committed
Updated version number to 3.0.4
1 parent 598bc49 commit c930e0a

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
@@ -1918,6 +1918,6 @@ INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`,
19181918
-- Dumping data for table `sys_config`
19191919
--
19201920

1921-
INSERT INTO sys_config VALUES ('1','db','db_version','3.0.3.3');
1921+
INSERT INTO sys_config VALUES ('1','db','db_version','3.0.4');
19221922

19231923
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.0.3.3');
59+
define('ISPC_APP_VERSION', '3.0.4');
6060
define('DEVSYSTEM', 0);
6161

6262

0 commit comments

Comments
 (0)