From 8fccb0e35a432c18159a03546d62ce92ec64fd53 Mon Sep 17 00:00:00 2001 From: mboelen Date: Sat, 29 Nov 2014 16:19:44 +0100 Subject: [PATCH] Preparing for upcoming release --- lynis | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lynis b/lynis index 1ab0e2ac..463e3691 100755 --- a/lynis +++ b/lynis @@ -20,8 +20,8 @@ # # Program information PROGRAM_name="Lynis" - PROGRAM_version="1.6.4" - PROGRAM_releasedate="4 November 2014" + PROGRAM_version="1.6.5" + PROGRAM_releasedate="29 November 2014" PROGRAM_author="CISOfy & 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="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}" @@ -624,7 +624,7 @@ N_PLUGIN_ENABLED=0 # Search plugins - FIND=`find ${PLUGINDIR} -type f -name "plugin_[a-z]*" -exec echo \{\} \;` + FIND=`find ${PLUGINDIR} -type f -name "plugin_[a-z]*" -exec echo \{\} \; | sort` for I in ${FIND}; do logtext "Found plugin file: ${I}" # Double check if output is a valid file name