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-07-13 13:56:15 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-13 13:56:15 +0300
commit6159b4e54d1162d2c6dea8dda21c5e2af1bcf146 (patch)
tree1c19608df7706333b8c82051e77551d6fb021780
parentf9011c43e69743648218bf677fb21d91f381dd15 (diff)
New release 2.3.0
-rwxr-xr-xlynis8
1 files changed, 4 insertions, 4 deletions
diff --git a/lynis b/lynis
index 84989720..b98d2ee0 100755
--- a/lynis
+++ b/lynis
@@ -32,10 +32,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2016-07-11"
- PROGRAM_RELEASE_TIMESTAMP=1468229246
- PROGRAM_RELEASE_TYPE="dev" # dev or final
- PROGRAM_VERSION="2.2.1"
+ PROGRAM_RELEASE_DATE="2016-07-13"
+ PROGRAM_RELEASE_TIMESTAMP=1468407326
+ PROGRAM_RELEASE_TYPE="final" # dev or final
+ PROGRAM_VERSION="2.3.0"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"