aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-03-05 18:50:46 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-03-05 18:50:46 +0000
commitf02f516b5cf9257d828fbaa026707a2fdac7343d (patch)
treef0b2a90285e2fe3b174749dcc79a0c4a58a5bc69
parent6216567c92eadfac949f7337d273ecf98d36a8bf (diff)
Fixed version info for 2.2 release.2.2
-rwxr-xr-xblfs-tool2
-rwxr-xr-xjhalfs4
2 files changed, 3 insertions, 3 deletions
diff --git a/blfs-tool b/blfs-tool
index 94b4408919..9add631c39 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.2${R_arrow} exit${OFF}\n"
}
##### Simple error TRAPS
# ctrl-c SIGINT
diff --git a/jhalfs b/jhalfs
index 061b305658..773304c861 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.2${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.2\"${OFF} builder tool \$Rev$
\$Date$
Written by George Boudreau and Manuel Canales Esparcia,