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
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-10-14 12:05:57 +0400
committermboelen <michael@cisofy.com>2014-10-14 12:05:57 +0400
commit3340e305c9aab6d001ed6bfb3ff4c57b4003c0fa (patch)
tree01345ad83d8aec3b9b9108e0653c2042865fe5ef
parenta6f50356d9fa1566350b9c9c3f3e0e865aa40e6d (diff)
Preparing for 1.6.3 release
-rwxr-xr-xlynis6
1 files changed, 3 insertions, 3 deletions
diff --git a/lynis b/lynis
index bebbb68a..3d1f4bd2 100755
--- a/lynis
+++ b/lynis
@@ -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}"