aboutsummaryrefslogtreecommitdiffstats
path: root/epan/nghttp2/nghttp2ver.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/nghttp2/nghttp2ver.h')
-rw-r--r--epan/nghttp2/nghttp2ver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/nghttp2/nghttp2ver.h b/epan/nghttp2/nghttp2ver.h
index 0d12eb2e68..fc5dbd193d 100644
--- a/epan/nghttp2/nghttp2ver.h
+++ b/epan/nghttp2/nghttp2ver.h
@@ -29,7 +29,7 @@
* @macro
* Version number of the nghttp2 library release
*/
-#define NGHTTP2_VERSION "1.1.2"
+#define NGHTTP2_VERSION "1.3.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 0x010102
+#define NGHTTP2_VERSION_NUM 0x010300
#endif /* NGHTTP2VER_H */