From c238fb24a919d2c511d474f01852e8ab5d4373a8 Mon Sep 17 00:00:00 2001 From: Soner Tari Date: Wed, 10 Feb 2021 12:15:05 +0300 Subject: [PATCH] Update version to 6.8.1 --- Doxyfile | 2 +- config/etc/motd | 6 +++--- meta/root.mail | 10 +++++----- src/lib/defs.php | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Doxyfile b/Doxyfile index 404f7567..6840399b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "UTM Firewall" -PROJECT_NUMBER = 6.8 +PROJECT_NUMBER = 6.8.1 PROJECT_BRIEF = PROJECT_LOGO = OUTPUT_DIRECTORY = ./src/View/docs diff --git a/config/etc/motd b/config/etc/motd index 6f3d1d0a..3bc7e361 100644 --- a/config/etc/motd +++ b/config/etc/motd @@ -1,5 +1,5 @@ -UTMFW 6.8 +UTMFW 6.8.1 -Welcome to UTMFW 6.8: Dec 2020 -UTMFW 6.8'e hosgeldiniz: Ara 2020 +Welcome to UTMFW 6.8.1: Feb 2020 +UTMFW 6.8.1'e hosgeldiniz: Sub 2020 diff --git a/meta/root.mail b/meta/root.mail index 8e81b5d4..80fa9e70 100644 --- a/meta/root.mail +++ b/meta/root.mail @@ -1,12 +1,12 @@ -From sonertari@gmail.com Thu Dec 17 06:08:00 EET 2020 +From sonertari@gmail.com Fri Feb 12 06:08:01 EET 2021 Return-Path: root -Date: Dec 17 06:08:00 EET 2020 +Date: Feb 12 06:08:01 EET 2021 From: sonertari@gmail.com (Soner Tari) To: root -Subject: Welcome to UTMFW 6.8! +Subject: Welcome to UTMFW 6.8.1! Highlights of this release are: +- The new Dashboard - OpenBSD 6.8-stable -- SSLproxy 0.8.2 and libevent 2.1.12 -- Snort 2.9.17 +- SSLproxy 0.8.3 diff --git a/src/lib/defs.php b/src/lib/defs.php index 5cb676c2..787bf1e3 100644 --- a/src/lib/defs.php +++ b/src/lib/defs.php @@ -23,7 +23,7 @@ */ /// Project version. -define('VERSION', '6.8'); +define('VERSION', '6.8.1'); $ROOT= dirname(dirname(dirname(__FILE__))); $SRC_ROOT= dirname(dirname(__FILE__));