From 287c71ddc00f0db1436d557042b69c03dc448b13 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 Sep 2015 07:10:57 +0200 Subject: Add support for fetching remote repositories Wget, curl, and (FreeBSD) fetch are supported. --- bpkg/bpkg.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bpkg/bpkg.cxx') diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx index ef74144..75684cb 100644 --- a/bpkg/bpkg.cxx +++ b/bpkg/bpkg.cxx @@ -10,6 +10,7 @@ #include #include +#include // Commands. // @@ -72,7 +73,8 @@ try if (bo.version ()) { - cout << "bpkg 0.0.0" << endl + cout << "bpkg " << BPKG_VERSION_STR << "; " << + "libbpkg " << LIBBPKG_VERSION_STR << endl << "Copyright (c) 2014-2015 Code Synthesis Ltd" << endl << "This is free software released under the MIT license." << endl; return 0; -- cgit v1.1