diff options
| author | robot-piglet <[email protected]> | 2024-08-21 17:21:33 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-08-21 17:36:45 +0300 |
| commit | df1c7fe2196695d6fab95ed099aec8bf64788bda (patch) | |
| tree | 34efdd245800a91b6febaa9e8f8adaf9193420e8 | |
| parent | 94bf8cc8897c1fd643d12329042e99ee96cc69e4 (diff) | |
Intermediate changes
| -rw-r--r-- | contrib/restricted/googletest/googlemock/ya.make | 2 | ||||
| -rw-r--r-- | contrib/restricted/googletest/googletest/ya.make | 2 | ||||
| -rw-r--r-- | contrib/tools/bison/lib/ya.make | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/contrib/restricted/googletest/googlemock/ya.make b/contrib/restricted/googletest/googlemock/ya.make index d01f1c1aa21..4e4a91670cf 100644 --- a/contrib/restricted/googletest/googlemock/ya.make +++ b/contrib/restricted/googletest/googlemock/ya.make @@ -6,6 +6,8 @@ LICENSE(BSD-3-Clause) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(1.15.2) + PEERDIR( contrib/restricted/googletest/googletest ) diff --git a/contrib/restricted/googletest/googletest/ya.make b/contrib/restricted/googletest/googletest/ya.make index 091c4e457b2..8e9edbe8b9c 100644 --- a/contrib/restricted/googletest/googletest/ya.make +++ b/contrib/restricted/googletest/googletest/ya.make @@ -6,6 +6,8 @@ LICENSE(BSD-3-Clause) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(1.15.2) + PEERDIR( contrib/libs/re2 ) diff --git a/contrib/tools/bison/lib/ya.make b/contrib/tools/bison/lib/ya.make index 8ef263c2f8e..da1aacbe5c7 100644 --- a/contrib/tools/bison/lib/ya.make +++ b/contrib/tools/bison/lib/ya.make @@ -6,6 +6,8 @@ LICENSE(GPL-3.0-or-later) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) +VERSION(3.7.6) + PEERDIR( contrib/libs/libiconv ) |
