From ac06df2594ff411fe3bda5656fe94dcdf3893ba7 Mon Sep 17 00:00:00 2001 From: "G.raud" Date: Sun, 4 May 2014 08:45:08 +0200 Subject: [PATCH] version/0.2 Update the program version numbers. --- gitparseopt2helpm | 2 +- helpm2pod | 2 +- helpm2text | 2 +- helpm4sh | 2 +- helpmselect | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gitparseopt2helpm b/gitparseopt2helpm index ae62fec..2e1007b 100755 --- a/gitparseopt2helpm +++ b/gitparseopt2helpm @@ -14,7 +14,7 @@ # this program. If not, see . PROGRAM_NAME="gitparseopt2helpm" -PROGRAM_VERSION="0.1+" +PROGRAM_VERSION="0.2" # <<"HelpMessage" #NAME # gitparseopt2helpm - convert a git rev-parse opts_spec string to a HelpMessage diff --git a/helpm2pod b/helpm2pod index d9f8aa1..aaf526f 100755 --- a/helpm2pod +++ b/helpm2pod @@ -14,7 +14,7 @@ # this program. If not, see . PROGRAM_NAME="helpm2pod" -PROGRAM_VERSION="0.1+" +PROGRAM_VERSION="0.2" # valid help text example help_message () { cat <. PROGRAM_NAME="helpm2text" -PROGRAM_VERSION="0.1+" +PROGRAM_VERSION="0.2" # <<"HelpMessage" #NAME # helpm2text - format a HelpMessage to be displayed diff --git a/helpm4sh b/helpm4sh index 63c61c7..c0ca9aa 100755 --- a/helpm4sh +++ b/helpm4sh @@ -14,7 +14,7 @@ # this program. If not, see . PROGRAM_NAME="helpm4sh" -PROGRAM_VERSION="0.1+" +PROGRAM_VERSION="0.2" # <<"HelpMessage" #NAME # helpm4sh - extract embedded HelpMessage/POD from sh scripts diff --git a/helpmselect b/helpmselect index a85ab28..a9f1790 100755 --- a/helpmselect +++ b/helpmselect @@ -14,7 +14,7 @@ # this program. If not, see . PROGRAM_NAME="helpmselect" -PROGRAM_VERSION="0" +PROGRAM_VERSION="0.1" # <<"HelpMessage" #NAME # helpmselect - filter out sections from a HelpMessage -- 2.11.4.GIT