You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2021/03/10 13:48:05 UTC

svn commit: r1887420 - in /httpd/apreq/branches/v2.16: STATUS include/apreq_version.h

Author: jorton
Date: Wed Mar 10 13:48:05 2021
New Revision: 1887420

URL: http://svn.apache.org/viewvc?rev=1887420&view=rev
Log:
2.16 release started

Modified:
    httpd/apreq/branches/v2.16/STATUS
    httpd/apreq/branches/v2.16/include/apreq_version.h

Modified: httpd/apreq/branches/v2.16/STATUS
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2.16/STATUS?rev=1887420&r1=1887419&r2=1887420&view=diff
==============================================================================
--- httpd/apreq/branches/v2.16/STATUS (original)
+++ httpd/apreq/branches/v2.16/STATUS Wed Mar 10 13:48:05 2021
@@ -1,6 +1,6 @@
 /** @page apreq_status STATUS
 
-    2.15 under developement
+    2.16 released on March 17, 2021
 
 Contributors looking for a mission:
 

Modified: httpd/apreq/branches/v2.16/include/apreq_version.h
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2.16/include/apreq_version.h?rev=1887420&r1=1887419&r2=1887420&view=diff
==============================================================================
--- httpd/apreq/branches/v2.16/include/apreq_version.h (original)
+++ httpd/apreq/branches/v2.16/include/apreq_version.h Wed Mar 10 13:48:05 2021
@@ -68,7 +68,7 @@ extern "C" {
  *  This symbol is defined for internal, "development" copies of libapreq.
  *  This symbol will be \#undef'd for releases.
  */
-#define APREQ_IS_DEV_VERSION
+#undef APREQ_IS_DEV_VERSION
 
 
 /** The formatted string of libapreq's version */