aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-12-07 11:13:30 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-12-07 11:13:30 +0000
commit49b795587f6b193cf5511d778aca446b8c3cc0c2 (patch)
treefab5d44a7ce5c89021e148f5483209c632f67bff
parent53a44998d3099a26e3a992f641f0a823b670e2a2 (diff)
Set 2.1 version release.2.1
-rwxr-xr-xblfs-tool2
-rwxr-xr-xjhalfs4
2 files changed, 3 insertions, 3 deletions
diff --git a/blfs-tool b/blfs-tool
index eeeceb52fe..7f34ac8cb4 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-trunk${R_arrow} exit${OFF}\n"
+ echo -e "\n${L_arrow}${BOLD}jhalfs 2.1${R_arrow} exit${OFF}\n"
}
##### Simple error TRAPS
# ctrl-c SIGINT
diff --git a/jhalfs b/jhalfs
index 59d272f9cb..09af9ec56e 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-trunk${R_arrow} exit${OFF}\n"
+ echo -e "\n${L_arrow}${BOLD}jhalfs 2,1${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-trunk\"${OFF} builder tool (development) \$Rev$
+${BOLD} \"jhalfs 2.1\"${OFF} builder tool \$Rev$
\$Date$
Written by George Boudreau and Manuel Canales Esparcia,