mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-20 11:50:25 +08:00
3747bf73e8
* document version command * fixed a format mistake in common-options.md why not * Fixed some wording
26 lines
566 B
Markdown
26 lines
566 B
Markdown
# vcpkg version
|
|
|
|
**The latest version of this documentation is available on [GitHub](https://github.com/Microsoft/vcpkg/tree/master/docs/commands/version.md).**
|
|
|
|
## Synopsis
|
|
|
|
```no-highlight
|
|
vcpkg version
|
|
```
|
|
|
|
## Description
|
|
|
|
Displays the version of the vcpkg executable.
|
|
|
|
## Example
|
|
```no-highlight
|
|
$ vcpkg version
|
|
vcpkg package management program version 2022-09-01-dfb82802c8cc562ce3b665a904a65b22314de724
|
|
|
|
See LICENSE.txt for license information.
|
|
```
|
|
|
|
## Options
|
|
|
|
All vcpkg commands support a set of [common options](common-options.md).
|