diff --git a/includes/config.php b/includes/config.php index f735303..3eddc43 100644 --- a/includes/config.php +++ b/includes/config.php @@ -69,7 +69,7 @@ define('SMTPPASS', $json_sett['smtppass']); define('SMTPFROM', $json_sett['smtpfrom']); define('DEFAULTLANG', $json_sett['deflang']); -define('VERS', '0.4.0'); //DO NOT CHANGE THIS! +define('VERS', '0.4.1'); //DO NOT CHANGE THIS! define('DBOK', '374'); //DO NOT CHANGE THIS! define('SYSTIT', 'Rivendell Web Broadcast'); //DO NOT CHANGE THIS! define('USERESET', $json_sett['usereset']); diff --git a/version.csv b/version.csv index 9c0d20b..0696c35 100644 --- a/version.csv +++ b/version.csv @@ -1 +1 @@ -0.4.0,Beta Release #1,1,374,https://github.com/olsson82/rivendellweb/releases \ No newline at end of file +0.4.1,Beta Release #2,1,374,https://github.com/olsson82/rivendellweb/releases \ No newline at end of file