You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2010/11/15 20:01:43 UTC

svn commit: r1035415 - /httpd/apreq/trunk/include/apreq_version.h

Author: joes
Date: Mon Nov 15 19:01:42 2010
New Revision: 1035415

URL: http://svn.apache.org/viewvc?rev=1035415&view=rev
Log:
bump version for httponly feature

Modified:
    httpd/apreq/trunk/include/apreq_version.h

Modified: httpd/apreq/trunk/include/apreq_version.h
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/include/apreq_version.h?rev=1035415&r1=1035414&r2=1035415&view=diff
==============================================================================
--- httpd/apreq/trunk/include/apreq_version.h (original)
+++ httpd/apreq/trunk/include/apreq_version.h Mon Nov 15 19:01:42 2010
@@ -59,10 +59,10 @@ extern "C" {
  * Minor API changes that do not cause binary compatibility problems.
  * Should be reset to 0 when upgrading APREQ_MAJOR_VERSION
  */
-#define APREQ_MINOR_VERSION       7
+#define APREQ_MINOR_VERSION       8
 
 /** patch level */
-#define APREQ_PATCH_VERSION       1
+#define APREQ_PATCH_VERSION       0
 
 /**
  *  This symbol is defined for internal, "development" copies of libapreq.