diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-01-05 21:06:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-05 21:06:51 +0200 |
| commit | 2ce964f191d7cd192b1188431ef6824b7188e9f6 (patch) | |
| tree | 8e99edd228a3c281b671760717dcddb06a3ecb2d | |
| parent | 813d441ba2365c33e2a99a8d28c126389cbafea4 (diff) | |
| parent | 087498f675a257131e74ad077361ae8d2fb653b5 (diff) | |
| download | vcpkg-2ce964f191d7cd192b1188431ef6824b7188e9f6.tar.gz vcpkg-2ce964f191d7cd192b1188431ef6824b7188e9f6.zip | |
Merge pull request #2517 from albertziegenhagel/fix-pybind11-version
[pybind11] Fix version in CONTROL after update
| -rw-r--r-- | ports/pybind11/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL index 94ed66368..66157db1d 100644 --- a/ports/pybind11/CONTROL +++ b/ports/pybind11/CONTROL @@ -1,4 +1,4 @@ Source: pybind11 -Version: 2.2.0 +Version: 2.2.1 Description: pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. Build-Depends: python3 |
