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>2016-10-27 11:06:22 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-27 11:06:22 +0300
commit1cebc05b097a8d82793b5151676bcdc3f829925e (patch)
treeb7c4fa6aae4c8d22c8b54d39fb2d2434539e1c90
parente4cc0b1b9bcef2a5dd4a04d2a09ae5f863f7111e (diff)
Release 2.4.0
-rwxr-xr-xlynis8
1 files changed, 4 insertions, 4 deletions
diff --git a/lynis b/lynis
index ad6d7884..b8e93566 100755
--- a/lynis
+++ b/lynis
@@ -28,10 +28,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2016-10-16"
- PROGRAM_RELEASE_TIMESTAMP=1476624184
- PROGRAM_RELEASE_TYPE="dev" # dev or final
- PROGRAM_VERSION="2.3.5"
+ PROGRAM_RELEASE_DATE="2016-10-27"
+ PROGRAM_RELEASE_TIMESTAMP=1477554032
+ PROGRAM_RELEASE_TYPE="final" # dev or final
+ PROGRAM_VERSION="2.4.0"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"