mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 06:33:29 +00:00
6 lines
136 B
C
6 lines
136 B
C
#ifndef NGHTTP2VER_H
|
|
#define NGHTTP2VER_H
|
|
#define NGHTTP2_VERSION "1.66"
|
|
#define NGHTTP2_VERSION_NUM 0x014300
|
|
#endif /* NGHTTP2VER_H */
|