From 519a298930f645c555778bc7214e888b62014b7d Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Mon, 29 Apr 2024 18:12:07 +0200 Subject: [PATCH] Update to version 0.3.3 --- includes/config.php | 2 +- version.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/config.php b/includes/config.php index 1f36111..e3924e6 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.3.2'); //DO NOT CHANGE THIS! +define('VERS', '0.3.3'); //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 c3fbe9f..b55a921 100644 --- a/version.csv +++ b/version.csv @@ -1 +1 @@ -0.3.2,Alpha Release #7,0,374,https://github.com/olsson82/rivendellweb/releases \ No newline at end of file +0.3.3,Alpha Release #8,1,374,https://github.com/olsson82/rivendellweb/releases \ No newline at end of file