diff --git a/ChangeLog b/ChangeLog index 53423f7..f08148c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +version 1.3.5 (2015-06-07) +- fix for MAC OS having both GNU & BSD stat installed +- install.sh fixes for MAC OS +- configure_cmds function refactoring +- overlap correction implemented for all supported format +- added debian packaging script + version 1.3.4 (2015-01-21) - bugfix for system detection routine - core detection routine bugfix diff --git a/napi_common.sh b/napi_common.sh index 0b8e0bc..d711f3e 100644 --- a/napi_common.sh +++ b/napi_common.sh @@ -6,7 +6,7 @@ # # version for the whole bundle (napi.sh & subotage.sh) # -declare -r g_revision="v1.3.4" +declare -r g_revision="v1.3.5" ######################################################################## ########################################################################