From e54677fbd0241cabf3ec3e6aadf73364553a3bbb Mon Sep 17 00:00:00 2001 From: mboelen Date: Sun, 19 Oct 2014 12:25:51 +0200 Subject: [PATCH] Preparing new release 1.6.4 --- lynis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lynis b/lynis index 0b3dfdcb..22079a07 100755 --- a/lynis +++ b/lynis @@ -20,7 +20,7 @@ # # Program information PROGRAM_name="Lynis" - PROGRAM_version="1.6.3" + PROGRAM_version="1.6.4" PROGRAM_releasedate="14 October 2014" PROGRAM_author="Michael Boelen" PROGRAM_author_contact="michael.boelen@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="final" + PROGRAM_releasetype="beta" # 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}"