diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-04-19 11:08:30 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-04-19 11:22:51 +0300 |
commit | 39c6f3931578c7f30b1df46adc5b7872a1602fa2 (patch) | |
tree | ed03258bfac5a9151168c9f61367c0d2d0057813 /contrib/libs/nghttp2/config-linux.h | |
parent | fe4c78261c8e596cd2867ed883426b2c296bb361 (diff) | |
download | ydb-39c6f3931578c7f30b1df46adc5b7872a1602fa2.tar.gz |
Update contrib/libs/nghttp2 to 1.61.0
c8173cbc05a2b3d63ed112bca0c19bfcd3fec2b1
Diffstat (limited to 'contrib/libs/nghttp2/config-linux.h')
-rw-r--r-- | contrib/libs/nghttp2/config-linux.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/nghttp2/config-linux.h b/contrib/libs/nghttp2/config-linux.h index ab5107873e..a779148e82 100644 --- a/contrib/libs/nghttp2/config-linux.h +++ b/contrib/libs/nghttp2/config-linux.h @@ -263,7 +263,7 @@ #define PACKAGE_NAME "nghttp2" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "nghttp2 1.60.0" +#define PACKAGE_STRING "nghttp2 1.61.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "nghttp2" @@ -272,7 +272,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.60.0" +#define PACKAGE_VERSION "1.61.0" /* Define to 1 if all of the C90 standard headers exist (not just the ones required in a freestanding environment). This macro is provided for @@ -371,7 +371,7 @@ /* Version number of package */ -#define VERSION "1.60.0" +#define VERSION "1.61.0" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |