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:
authorMichael Boelen <michael.boelen@cisofy.com>2019-06-17 13:18:08 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-06-17 13:18:08 +0300
commitcf57424f1a419e50079d805dab4e4e2205b29918 (patch)
tree06448c28aef0b64fdbaa2411ded67881b0ae612f /lynis
parent6d55767c18041d8bcc9add0a7633c754248816fc (diff)
Preparing 2.7.5 release
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis8
1 files changed, 4 insertions, 4 deletions
diff --git a/lynis b/lynis
index a6620452..800c3b7b 100755
--- a/lynis
+++ b/lynis
@@ -35,10 +35,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2019-04-21"
- PROGRAM_RELEASE_TIMESTAMP=1555856327
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.7.4"
+ PROGRAM_RELEASE_DATE="2019-06-17"
+ PROGRAM_RELEASE_TIMESTAMP=1560766656
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.7.5"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"