nghttp: fix version string in autogenerated header in port dir

This commit is contained in:
Mahavir Jain 2022-01-03 13:00:00 +05:30
parent 76865fa41c
commit db333009a2
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
* @macro
* Version number of the nghttp2 library release
*/
#define NGHTTP2_VERSION "v1.22.0"
#define NGHTTP2_VERSION "1.41.0"
/**
* @macro
@ -37,6 +37,6 @@
* release. This is a 24 bit number with 8 bits for major number, 8 bits
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
*/
#define NGHTTP2_VERSION_NUM 0x012200
#define NGHTTP2_VERSION_NUM 0x012900
#endif /* NGHTTP2VER_H */