aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--version-spec.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/version-spec.txt b/version-spec.txt
index 54a2ac0..4a3dccf 100644
--- a/version-spec.txt
+++ b/version-spec.txt
@@ -33,8 +33,7 @@
release. If the tag ends with "-cvs" or "-dev", you're looking at a
development snapshot that came after a given release. If we *do*
encounter two versions that differ only by status tag, we compare them
- lexically as ASCII byte strings (ie, reverse-alphabetically so 'b' comes
- before 'a'). The STATUS_TAG can't contain whitespace.
+ lexically. The STATUS_TAG can't contain whitespace.
The EXTRA_INFO is also purely informational, often containing information
about the SCM commit this version came from. It is surrounded by parentheses