aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_Commands.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-17 20:08:29 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-17 20:08:29 -0800
commitac2ec94129ae0bdbcb16c0c2333fbfc52844d6c6 (patch)
tree75c2ea10139fe56248c2d822effd904a9ff42c4f /toolsrc/include/vcpkg_Commands.h
parent7ae6c2152686467ab81663e6d7d259f475c0229d (diff)
downloadvcpkg-ac2ec94129ae0bdbcb16c0c2333fbfc52844d6c6.tar.gz
vcpkg-ac2ec94129ae0bdbcb16c0c2333fbfc52844d6c6.zip
Change Info::version() to Version::version()
Diffstat (limited to 'toolsrc/include/vcpkg_Commands.h')
-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 907190bfc..3c3ae03c6 100644
--- a/toolsrc/include/vcpkg_Commands.h
+++ b/toolsrc/include/vcpkg_Commands.h
@@ -121,6 +121,7 @@ namespace vcpkg::Commands
namespace Version
{
+ const std::string& version();
void perform_and_exit(const vcpkg_cmd_arguments& args);
}