From efa8f0febb32ec84458af7e28f82fd0242cd971b Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Sun, 28 Apr 2024 07:18:20 +0200 Subject: [PATCH] Updated to version 0.3.2 --- 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 e6ad689..1f36111 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.1'); //DO NOT CHANGE THIS! +define('VERS', '0.3.2'); //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 8cd7b80..c3fbe9f 100644 --- a/version.csv +++ b/version.csv @@ -1 +1 @@ -0.3.1,Alpha Release #6,1,374,https://github.com/olsson82/rivendellweb/releases \ No newline at end of file +0.3.2,Alpha Release #7,0,374,https://github.com/olsson82/rivendellweb/releases \ No newline at end of file