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-05 15:13:44 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-03-05 15:13:44 +0300
commita6b0d7611ac0f4afaa6d3df7e8e5aa57b6930c24 (patch)
treeac449422a21af07effb3c7b117a65f4b69d2e575
parent89c3e449ad693a405d7c6829135e7e78977465d6 (diff)
Move to development release
-rwxr-xr-xlynis6
1 files changed, 3 insertions, 3 deletions
diff --git a/lynis b/lynis
index c72339bf..c65f9801 100755
--- a/lynis
+++ b/lynis
@@ -28,10 +28,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2017-03-01"
+ PROGRAM_RELEASE_DATE="2017-03-05"
PROGRAM_RELEASE_TIMESTAMP=1488378460
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.4.4"
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.4.5"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"