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>2016-10-05 10:53:29 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-05 10:53:29 +0300
commitb9d462a1331b7f8c122ef87e222354d3015403c5 (patch)
tree99e70c6c295015e4b24de7512addf19a2451242d
parent3e4c10a77353c3d736bf16b6c4b4f9e1ee72df57 (diff)
Bump to new development version
-rwxr-xr-xlynis8
1 files changed, 4 insertions, 4 deletions
diff --git a/lynis b/lynis
index 946fbf21..76920870 100755
--- a/lynis
+++ b/lynis
@@ -28,10 +28,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2016-09-27"
- PROGRAM_RELEASE_TIMESTAMP=1474967986
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.3.4"
+ PROGRAM_RELEASE_DATE="2016-10-05"
+ PROGRAM_RELEASE_TIMESTAMP=1475653970
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.3.5"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"