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>2018-03-10 14:26:33 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-03-10 14:26:33 +0300
commit5d7fd65f8516d9afbec85375ed6e7a2a3b8feb73 (patch)
tree21a92ce29fd8038a6b6fe026de45d777e32fb15b /lynis
parent40282cde497f4b3e74f3dfc5c2116b83bca19889 (diff)
Switch to development
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis6
1 files changed, 3 insertions, 3 deletions
diff --git a/lynis b/lynis
index 0d48afaa..aed37b50 100755
--- a/lynis
+++ b/lynis
@@ -35,10 +35,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2018-03-07"
+ PROGRAM_RELEASE_DATE="2018-03-10"
PROGRAM_RELEASE_TIMESTAMP=1520436275
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.6.3"
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.6.4"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"