summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-15 19:04:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-15 19:04:12 +0200
commita5139843737d28a861872425c36416d011cbd4c1 (patch)
treea9d14f660f6a3486ea8aeab98dc83a90ec3bf495 /version
parent3f2d4f871d9f097f7d6d0eb874e101e66bd8bc4e (diff)
Improve clarifying comment
Diffstat (limited to 'version')
-rwxr-xr-xversion2
1 files changed, 1 insertions, 1 deletions
diff --git a/version b/version
index 96adc82..4c8baea 100755
--- a/version
+++ b/version
@@ -11,7 +11,7 @@ usage="usage: $0 [<module>...]"
# * min/max are [min, max)
# if min == max, then '== min' is assumed
# if max is unspecified, then '>= min' is assumed
-# only max can be 1.2.3-
+# currently, max can only be 1.2.3- (#if-conditions will need adjustment)
#
build2_min=0.1.0 # No max, always >=.