diff --git a/LICENSE b/LICENSE index 0151d31d..c8b906fe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019 Martijn Dekker , Groningen, Netherlands +Copyright (c) 2020 Martijn Dekker , Groningen, Netherlands Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/bin/modernish b/bin/modernish index 373b8f51..45e56849 100644 --- a/bin/modernish +++ b/bin/modernish @@ -12,7 +12,7 @@ # POSIX reference: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/contents.html # # --- begin license --- -# Copyright (c) 2019 Martijn Dekker , Groningen, Netherlands +# Copyright (c) 2020 Martijn Dekker , Groningen, Netherlands # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -134,7 +134,7 @@ _Msh_initExit() { } # The version and location of modernish. -MSH_VERSION=0.16.1-alpha +MSH_VERSION=0.16.2 MSH_PREFIX=${srcdir:-$(_Msh_D=.; case $0 in (*/bin/modernish) _Msh_D=${0%/bin/*};; esac; CDPATH='' cd -- "$_Msh_D" && pwd -P)} || _Msh_initExit # this line will be changed by install.sh MSH_MDL=$MSH_PREFIX/lib/modernish/mdl MSH_AUX=$MSH_PREFIX/lib/modernish/aux