diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2022-08-29 10:53:28 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2022-08-29 10:53:28 +0300 |
commit | a157b442a56e55a3e706942ba2e5afc4e9dba9bf (patch) | |
tree | 4eab97ce358bad4f602265938614d8a47fb6072c /contrib/libs/nghttp2/config.h | |
parent | 880bb198a8e884f8462aa1aec9a3eb31eca69d55 (diff) | |
download | ydb-a157b442a56e55a3e706942ba2e5afc4e9dba9bf.tar.gz |
Update contrib/libs/nghttp2 to 1.49.0
Diffstat (limited to 'contrib/libs/nghttp2/config.h')
-rw-r--r-- | contrib/libs/nghttp2/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/nghttp2/config.h b/contrib/libs/nghttp2/config.h index 523d459643..0c61d7a0b3 100644 --- a/contrib/libs/nghttp2/config.h +++ b/contrib/libs/nghttp2/config.h @@ -259,7 +259,7 @@ #define PACKAGE_NAME "nghttp2" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "nghttp2 1.48.0" +#define PACKAGE_STRING "nghttp2 1.49.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "nghttp2" @@ -268,7 +268,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.48.0" +#define PACKAGE_VERSION "1.49.0" /* The size of `int *', as computed by sizeof. */ #define SIZEOF_INT_P 8 @@ -373,7 +373,7 @@ /* Version number of package */ -#define VERSION "1.48.0" +#define VERSION "1.49.0" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |