From 8b63f1c37264e80b582876556f08fa66e7ee0d0e Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 29 Jul 2007 10:15:54 +0000 Subject: [PATCH] Updated version string for 2.3.x bug-fixes branch. --- blfs-tool | 2 +- jhalfs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blfs-tool b/blfs-tool index 7244d14..5a3b79b 100755 --- a/blfs-tool +++ b/blfs-tool @@ -44,7 +44,7 @@ simple_error() { # Basic error trap.... JUST DIE } see_ya() { - echo -e "\n${L_arrow}${BOLD}jhalfs 2.3${R_arrow} exit${OFF}\n" + echo -e "\n${L_arrow}${BOLD}jhalfs branch-2.3.x${R_arrow} exit${OFF}\n" } ##### Simple error TRAPS # ctrl-c SIGINT diff --git a/jhalfs b/jhalfs index b933d8a..78bf4a2 100755 --- a/jhalfs +++ b/jhalfs @@ -42,7 +42,7 @@ simple_error() { # Basic error trap.... JUST DIE } see_ya() { - echo -e "\n${L_arrow}${BOLD}jhalfs 2.3${R_arrow} exit${OFF}\n" + echo -e "\n${L_arrow}${BOLD}jhalfs branch-2.3.x${R_arrow} exit${OFF}\n" } ##### Simple error TRAPS # ctrl-c SIGINT @@ -62,7 +62,7 @@ trap 'echo -e "\n\n${RED}INTERRUPT${OFF} trapped\n" && exit 2' 1 2 3 15 17 18 #>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> version=" -${BOLD} \"jhalfs 2.3\"${OFF} builder tool (stable) \$Rev$ +${BOLD} \"jhalfs branch-2.3.x\"${OFF} builder tool (bug-fixes branch) \$Rev$ \$Date$ Written by George Boudreau and Manuel Canales Esparcia,