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 | |
| parent | 7ae6c2152686467ab81663e6d7d259f475c0229d (diff) | |
| download | vcpkg-ac2ec94129ae0bdbcb16c0c2333fbfc52844d6c6.tar.gz vcpkg-ac2ec94129ae0bdbcb16c0c2333fbfc52844d6c6.zip | |
Change Info::version() to Version::version()
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Commands.h | 1 | ||||
| -rw-r--r-- | toolsrc/include/vcpkg_info.h | 2 |
2 files changed, 1 insertions, 2 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); } diff --git a/toolsrc/include/vcpkg_info.h b/toolsrc/include/vcpkg_info.h index 5380e0158..ebd87fd86 100644 --- a/toolsrc/include/vcpkg_info.h +++ b/toolsrc/include/vcpkg_info.h @@ -4,7 +4,5 @@ namespace vcpkg::Info { - const std::string& version(); - const std::string& email(); } |
