summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-13 19:03:49 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-13 19:03:49 (GMT)
commit7ed70a00287d20a775654940c291edb6f04b478b (patch)
tree45249ea8a5151ace9e2f9dceab397430e990e615 /scripts/functions
parentffabd4408404d70b501f63ab6932e47ca1d6e8c4 (diff)
Correctly handle the version string, defined in a single place now.
Fix and update README.
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/functions b/scripts/functions
index da66d83..3ba6a3f 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -20,9 +20,6 @@ trap CT_OnError ERR
set -E
set -o pipefail
-# This is crosstool-ng-0.0.1
-CT_VERSION=ng-0.0.1
-
# The different log levels:
CT_LOG_LEVEL_ERROR=0
CT_LOG_LEVEL_WARN=1