From 1ca9276ad88ba4355a80f4433b1e20d88a11644a Mon Sep 17 00:00:00 2001 From: urbanware-org Date: Tue, 16 Oct 2018 18:49:55 +0200 Subject: [PATCH] Raise version number --- CHANGELOG | 6 ++++-- README | 2 +- core/global.sh | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 136eb56..61f0cff 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ CHANGELOG (SaLoMon) - Next version (outstanding) + Version 1.10.0 (2018-10-16) + Added a command-line argument (and feature) to return a certain amount of first lines (head) of the input file. @@ -11,7 +11,9 @@ CHANGELOG (SaLoMon) '--monitor' which can be used instead of '-a' followed by the action. - * Revised the installation script (significant changes). + * Revised the color config files (added additional terms). + * Revised the installation script (requires an explicit argument and + does not implicitly install SaLoMon anymore). * Revised the main SaLoMon script (negligible changes). # Fixed the symlink bug inside the installation scipt (symlinks to the diff --git a/README b/README index fbfe191..f0bdcd2 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ README (SaLoMon) Project SaLoMon - Version 1.9.7 + Version 1.10.0 Copyright (C) 2018 by Ralf Kilian GitHub: https://github.com/urbanware-org/salomon diff --git a/core/global.sh b/core/global.sh index 7d7cbc9..817f1e6 100755 --- a/core/global.sh +++ b/core/global.sh @@ -14,7 +14,7 @@ set_global_variables() { # Do not change any values below! See the 'salomon.cfg' file inside the # main directory of SaLoMon for configuration options. - version="1.9.7" + version="1.10.0" arg_case="" input_file=""