summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-11-17 00:14:12 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-11-17 00:14:12 (GMT)
commit1be0cd4ea45313feb75a12cf6a33788321254263 (patch)
tree8531132ef22b8d53367dc185aa4356406abb2c32 /configure
parent949254a2e7152fdff25792a2fdd680b4f2cbae7e (diff)
configure: do not use '@' in version string
Using an '@' in the version string breaks the gcc/glibc/gdb manuals. Use a scheme similar to Debian, with a plus '+' instead of the '@', as suggested by Michael Hope. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4d2249b..1770371 100755
--- a/configure
+++ b/configure
@@ -554,7 +554,7 @@ else
2>/dev/null \
|| true \
)"
- VERSION="${VERSION}@${rev_id:-unknown-$( date +%Y%m%d.%H%M%S )}"
+ VERSION="${VERSION}+${rev_id:-unknown-$( date +%Y%m%d.%H%M%S )}"
;;
esac
fi