aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-12-13 11:02:04 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-12-13 11:02:04 -0800
commit7a2120dba1fb606b06f555965908db438d10e019 (patch)
tree8a03d3624c0f6a21305ad3dea34d2d54be70b904 /toolsrc/include
parente44da2345681f60ea6d1b923672cb5042a336d12 (diff)
downloadvcpkg-7a2120dba1fb606b06f555965908db438d10e019.tar.gz
vcpkg-7a2120dba1fb606b06f555965908db438d10e019.zip
[vcpkg] Revert revert of #2369.
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/commands.h b/toolsrc/include/vcpkg/commands.h
index b852a973e..c82f504e0 100644
--- a/toolsrc/include/vcpkg/commands.h
+++ b/toolsrc/include/vcpkg/commands.h
@@ -104,6 +104,7 @@ namespace vcpkg::Commands
namespace Version
{
+ const char* base_version();
const std::string& version();
void warn_if_vcpkg_version_mismatch(const VcpkgPaths& paths);
void perform_and_exit(const VcpkgCmdArguments& args);