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>2016-07-16 17:28:10 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-16 17:28:10 +0300
commitaeb08cb80aca40d8014baedc505fb53aceda942c (patch)
treef2d2c70f1be3b6b4faf5e7261aafdabe13373749 /lynis
parentf193f0c66e95db96d8e6dabec4f537b26a6f1b01 (diff)
Switch to development version
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis6
1 files changed, 3 insertions, 3 deletions
diff --git a/lynis b/lynis
index 5a68974d..5057ef1b 100755
--- a/lynis
+++ b/lynis
@@ -32,10 +32,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2016-07-14"
+ PROGRAM_RELEASE_DATE="2016-07-16"
PROGRAM_RELEASE_TIMESTAMP=1468518142
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.3.1"
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.3.2"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"