diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-17 20:08:29 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-17 20:08:29 -0800 |
| commit | ac2ec94129ae0bdbcb16c0c2333fbfc52844d6c6 (patch) | |
| tree | 75c2ea10139fe56248c2d822effd904a9ff42c4f /toolsrc/include/vcpkg_Commands.h | |
| parent | 7ae6c2152686467ab81663e6d7d259f475c0229d (diff) | |
| download | vcpkg-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.h | 1 |
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); } |
