forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1182 from microsoft/master
[docs] document 'version' command πβ‘π (microsoft#27509)
- Loading branch information
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 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). |