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>2017-09-06 13:55:31 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-09-06 13:55:31 +0300
commit61d28ac73ce1edecebdf68418c7c7a7164e0000a (patch)
tree0cefff8d91f34b8dc769ddcdf67e3e914409d8e4 /lynis
parent72dc0de32b3ed07726aa3b6b9ad1b72396472c1c (diff)
Start development of 2.5.5
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis8
1 files changed, 4 insertions, 4 deletions
diff --git a/lynis b/lynis
index f828f0be..32968b5e 100755
--- a/lynis
+++ b/lynis
@@ -35,10 +35,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2017-09-05"
- PROGRAM_RELEASE_TIMESTAMP=1504532351
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.5.4"
+ PROGRAM_RELEASE_DATE="2017-09-06"
+ PROGRAM_RELEASE_TIMESTAMP=1504688399
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.5.5"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"