Skip to content

Commit

Permalink
Merge pull request #8 from urbanware-org/release_1.7.2
Browse files Browse the repository at this point in the history
Release 1.7.2
  • Loading branch information
urbanware-org authored Feb 1, 2017
2 parents 36f2c73 + 053b7bc commit 05d8fb0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@

CHANGELOG (SaLoMon)

Version 1.7.2 (2017-02-01)

+ Added a variable into the global variable core script containing the
version number (instead of such a variable in each non-core script).

* Revised the main and the install script (abbreviated the notice
about the missing Bash shell and referred to the shell compatibility
script for details).
* Revised the notice inside the shell compatibility script about the
missing Bash shell.
* Revised the syntax to check for zero-length strings in various
components.

- Removed the variables containing the version number inside the non-
core scripts (now a global variable).

Version 1.7.1 (2017-01-03)

+ Added a permission check on the input file (exit in case the file
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ README (SaLoMon)
Project

SaLoMon
Version 1.7.1
Version 1.7.2
Copyright (C) 2017 by Ralf Kilian

Website: http://www.urbanware.org
Expand Down
2 changes: 1 addition & 1 deletion core/global.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ============================================================================

set_global_variables() {
version="1.7.1"
version="1.7.2"

arg_case=""
input_file=""
Expand Down

0 comments on commit 05d8fb0

Please sign in to comment.