From da1c1eca10b09e387e06cf8126961957a3105374 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 7 Jan 2021 15:22:19 +0100 Subject: Preparation for release 3.0.3 --- lynis | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lynis') diff --git a/lynis b/lynis index f03f197c..71eafb1a 100755 --- a/lynis +++ b/lynis @@ -43,16 +43,16 @@ PROGRAM_WEBSITE="https://cisofy.com/lynis/" # Version details - PROGRAM_RELEASE_DATE="2020-12-26" - PROGRAM_RELEASE_TIMESTAMP=1608801742 - PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release + PROGRAM_RELEASE_DATE="2021-01-07" + PROGRAM_RELEASE_TIMESTAMP=1610029111 + PROGRAM_RELEASE_TYPE="release" # pre-release or release PROGRAM_VERSION="3.0.3" # Source, documentation and license PROGRAM_SOURCE="https://github.com/CISOfy/lynis" PROGRAM_PACKAGE="https://packages.cisofy.com/" PROGRAM_DOCUMENTATION="https://cisofy.com/docs/" - PROGRAM_COPYRIGHT="2007-2020, ${PROGRAM_AUTHOR} - ${PROGRAM_WEBSITE}" + PROGRAM_COPYRIGHT="2007-2021, ${PROGRAM_AUTHOR} - ${PROGRAM_WEBSITE}" PROGRAM_LICENSE="${PROGRAM_NAME} comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under the terms of the GNU General Public License. See the LICENSE file for details about using this software." @@ -1149,4 +1149,4 @@ ${NORMAL} # #================================================================================ -# Lynis - Copyright 2007-2020, Michael Boelen, CISOfy - https://cisofy.com +# Lynis - Copyright 2007-2021, Michael Boelen, CISOfy - https://cisofy.com -- cgit v1.2.3