From 4f3cc5b7d44573dce03d8181a978b3139c551248 Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Sat, 4 May 2024 08:29:04 +0200 Subject: [PATCH] Update to version 0.4.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 d7c7ae3..64cfb28 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.2'); //DO NOT CHANGE THIS! +define('VERS', '0.4.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 d8dd485..1a5887d 100644 --- a/version.csv +++ b/version.csv @@ -1 +1 @@ -0.4.2,Beta Release #3,1,374,https://github.com/olsson82/rivendellweb/releases \ No newline at end of file +0.4.3,Beta Release #4,1,374,https://github.com/olsson82/rivendellweb/releases \ No newline at end of file