From 8f9d8fcd7fd55e0bea1f8f064cf8f9ae9061e605 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 31 Jan 2016 16:00:11 +0200 Subject: Fix version range in manifest (stray coma) --- manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifest') diff --git a/manifest b/manifest index b3fea62..51dfcdb 100644 --- a/manifest +++ b/manifest @@ -12,4 +12,4 @@ requires: c++11 requires: build2 >= 0.2.0 # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl [0.2.0, 0.3.0-) +depends: libbutl [0.2.0 0.3.0-) -- cgit v1.1