Preparing for 1.6.3 release

This commit is contained in:
mboelen 2014-10-14 10:05:57 +02:00
parent a6f50356d9
commit 3340e305c9
1 changed files with 3 additions and 3 deletions

6
lynis
View File

@ -20,8 +20,8 @@
#
# Program information
PROGRAM_name="Lynis"
PROGRAM_version="1.6.3"
PROGRAM_releasedate="22 September 2014"
PROGRAM_version="1.6.4"
PROGRAM_releasedate="14 October 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}"