You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2018/05/09 07:29:26 UTC

svn commit: r1831230 - /httpd/httpd/trunk/modules/http2/h2_version.h

Author: icing
Date: Wed May  9 07:29:26 2018
New Revision: 1831230

URL: http://svn.apache.org/viewvc?rev=1831230&view=rev
Log:
http2 version step

Modified:
    httpd/httpd/trunk/modules/http2/h2_version.h

Modified: httpd/httpd/trunk/modules/http2/h2_version.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_version.h?rev=1831230&r1=1831229&r2=1831230&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/h2_version.h (original)
+++ httpd/httpd/trunk/modules/http2/h2_version.h Wed May  9 07:29:26 2018
@@ -27,7 +27,7 @@
  * @macro
  * Version number of the http2 module as c string
  */
-#define MOD_HTTP2_VERSION "1.10.20-DEV"
+#define MOD_HTTP2_VERSION "1.10.21-DEV"
 
 /**
  * @macro
@@ -35,7 +35,7 @@
  * 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 MOD_HTTP2_VERSION_NUM 0x010a14
+#define MOD_HTTP2_VERSION_NUM 0x010a15
 
 
 #endif /* mod_h2_h2_version_h */