From d577b075a8f193a45ebbbd268582c4b60258c91e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 29 Apr 2017 15:19:32 +0200 Subject: Add support for stub versions in version module --- build2/version/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/version/rule.cxx') diff --git a/build2/version/rule.cxx b/build2/version/rule.cxx index 6632d55..3e143c1 100644 --- a/build2/version/rule.cxx +++ b/build2/version/rule.cxx @@ -474,7 +474,7 @@ namespace build2 if (verb >= 2) text << "ver -o " << tp << ' ' << ip; else if (verb) - text << "ver " << tp; + text << "ver " << ip; // Read and process the file, one line at a time. // -- cgit v1.1