Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/nghttp3/lib/includes/nghttp3/version.h')
-rw-r--r--deps/nghttp3/lib/includes/nghttp3/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/nghttp3/lib/includes/nghttp3/version.h b/deps/nghttp3/lib/includes/nghttp3/version.h
index 8f3108c95fd..69d29e9f140 100644
--- a/deps/nghttp3/lib/includes/nghttp3/version.h
+++ b/deps/nghttp3/lib/includes/nghttp3/version.h
@@ -31,7 +31,7 @@
*
* Version number of the nghttp3 library release.
*/
-#define NGHTTP3_VERSION "0.1.90"
+#define NGHTTP3_VERSION "0.1.0-DEV"
/**
* @macro
@@ -41,6 +41,6 @@
* number, 8 bits for minor and 8 bits for patch. Version 1.2.3
* becomes 0x010203.
*/
-#define NGHTTP3_VERSION_NUM 0x00015a
+#define NGHTTP3_VERSION_NUM 0x000100
#endif /* NGHTTP3_VERSION_H */