From 57f609a92058c0202c87bbc0f81a5349e864040c Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 9 Sep 2014 14:48:37 +0200 Subject: [PATCH] Preparing for release 1.6.1 --- lynis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lynis b/lynis index d0108ada..5d3a8c40 100755 --- a/lynis +++ b/lynis @@ -21,7 +21,7 @@ # Program information PROGRAM_name="Lynis" PROGRAM_version="1.6.1" - PROGRAM_releasedate="8 September 2014" + PROGRAM_releasedate="9 September 2014" PROGRAM_author="Michael Boelen" PROGRAM_author_contact="michael.boelen@cisofy.com" PROGRAM_website="http://cisofy.com" @@ -32,7 +32,7 @@ PROGRAM_extrainfo="Enterprise support and plugins available via CISOfy - http://cisofy.com" # Release version (beta or final) - PROGRAM_releasetype="beta" + PROGRAM_releasetype="final" # Version number of report files (when format changes in future) REPORT_version_major="1"; REPORT_version_minor="0" REPORT_version="${REPORT_version_major}.${REPORT_version_minor}"