Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lynis
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-10-19 14:25:51 +0400
committermboelen <michael@cisofy.com>2014-10-19 14:25:51 +0400
commite54677fbd0241cabf3ec3e6aadf73364553a3bbb (patch)
tree623388719c781eb913061659df5dd2a739a11336 /lynis
parent84c51eead7c979c303a5f7a719e2b5f546bc24be (diff)
Preparing new release 1.6.4
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis4
1 files 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}"