Preparatives for 2.3.1 release.

This commit is contained in:
Manuel Canales Esparcia 2007-08-30 16:57:38 +00:00
parent 213f81c430
commit 13cc2c64c3
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ simple_error() { # Basic error trap.... JUST DIE
} }
see_ya() { see_ya() {
echo -e "\n${L_arrow}${BOLD}jhalfs branch-2.3.x${R_arrow} exit${OFF}\n" echo -e "\n${L_arrow}${BOLD}jhalfs 2.3.1${R_arrow} exit${OFF}\n"
} }
##### Simple error TRAPS ##### Simple error TRAPS
# ctrl-c SIGINT # ctrl-c SIGINT

4
jhalfs
View file

@ -42,7 +42,7 @@ simple_error() { # Basic error trap.... JUST DIE
} }
see_ya() { see_ya() {
echo -e "\n${L_arrow}${BOLD}jhalfs branch-2.3.x${R_arrow} exit${OFF}\n" echo -e "\n${L_arrow}${BOLD}jhalfs 2.3.1${R_arrow} exit${OFF}\n"
} }
##### Simple error TRAPS ##### Simple error TRAPS
# ctrl-c SIGINT # 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=" version="
${BOLD} \"jhalfs branch-2.3.x\"${OFF} builder tool (bug-fixes branch) \$Rev$ ${BOLD} \"jhalfs 2.3.1\"${OFF} builder tool (stable) \$Rev$
\$Date$ \$Date$
Written by George Boudreau and Manuel Canales Esparcia, Written by George Boudreau and Manuel Canales Esparcia,