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:
authorMichael Boelen <michael.boelen@cisofy.com>2018-10-18 12:05:45 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-10-18 12:05:45 +0300
commitc52edc49c7ef760e29deb6dd484f197b7f4b8f60 (patch)
treed61b645dd6faaaaa8f2771e6de299122dfead5a1
parentfac185c462cde3969d63d43bed605686f6ac9f04 (diff)
Switching to development of 2.7.0
-rwxr-xr-xlynis8
1 files changed, 4 insertions, 4 deletions
diff --git a/lynis b/lynis
index ccd54980..cdaf6b7c 100755
--- a/lynis
+++ b/lynis
@@ -35,10 +35,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2018-09-19"
- PROGRAM_RELEASE_TIMESTAMP=1537349608
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.6.9"
+ PROGRAM_RELEASE_DATE="2018-10-18"
+ PROGRAM_RELEASE_TIMESTAMP=1539853524
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.7.0"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"