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-06-14 15:11:02 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-06-14 15:11:02 +0300
commit55f4448b346262f762a774388a3ac89e96f9e41b (patch)
tree273481c475925dad3739b3d263c6748e8441932d /lynis
parent98b80f7c490f1ff222cb9cba709a43de3c7ad725 (diff)
Start development of 2.5.2
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis8
1 files changed, 4 insertions, 4 deletions
diff --git a/lynis b/lynis
index 1cb1288e..ab81fd1e 100755
--- a/lynis
+++ b/lynis
@@ -34,10 +34,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2017-05-31"
- PROGRAM_RELEASE_TIMESTAMP=1496238458
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.5.1"
+ PROGRAM_RELEASE_DATE="2017-06-14"
+ PROGRAM_RELEASE_TIMESTAMP=1497442232
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.5.2"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"