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>2017-03-17 12:37:25 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-03-17 12:37:25 +0300
commitcba08e8002d09831c441d55508ea0ee1ca7985c8 (patch)
treead5e1bdd045228cce5b11da4bebfca1ee7b79a97
parent9ff31074a193890df8214f751632071b9f99bb3a (diff)
Move to development release
-rwxr-xr-xlynis6
1 files changed, 3 insertions, 3 deletions
diff --git a/lynis b/lynis
index e55c82d1..072ef027 100755
--- a/lynis
+++ b/lynis
@@ -34,10 +34,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2017-03-15"
+ PROGRAM_RELEASE_DATE="2017-03-18"
PROGRAM_RELEASE_TIMESTAMP=1489570216
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.4.6"
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.4.7"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"