diff --git a/ChangeLog b/ChangeLog index 02aced0..baedf80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ **************************************************************************** # ChangeLog for lesspipe.sh # **************************************************************************** -Version in git +Version 1.87 Aug 7 2021 - fix broken media file display (#54) - fix broken archive display (#57) - fix version number in files (#50) diff --git a/README b/README index 24e2381..0ab83cf 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ lesspipe.sh, a preprocessor for less ==================================== -Version: 1.86 +Version: 1.87 Author : Wolfgang Friebel, DESY (Wolfgang.Friebel AT desy.de) License: GPL diff --git a/lesspipe.sh b/lesspipe.sh index e3f78b6..0bf3cb9 100755 --- a/lesspipe.sh +++ b/lesspipe.sh @@ -1,5 +1,5 @@ #!/bin/bash -# lesspipe.sh, a preprocessor for less (version 1.86) +# lesspipe.sh, a preprocessor for less (version 1.87) #=============================================================================== ### THIS FILE IS GENERATED FROM lesspipe.sh.in, PLEASE GET THE ZIP FILE ### from https://github.com/wofr06/lesspipe.sh/archive/lesspipe.zip diff --git a/lesspipe.sh.in b/lesspipe.sh.in index fc7b35c..8819dad 100755 --- a/lesspipe.sh.in +++ b/lesspipe.sh.in @@ -1,4 +1,4 @@ -# lesspipe.sh, a preprocessor for less (version 1.86) +# lesspipe.sh, a preprocessor for less (version 1.87) #=============================================================================== ### THIS FILE IS GENERATED FROM lesspipe.sh.in, PLEASE GET THE ZIP FILE ### from https://github.com/wofr06/lesspipe.sh/archive/lesspipe.zip