Author: joes
Date: Sat Apr 23 11:42:02 2005
New Revision: 164408
URL: http://svn.apache.org/viewcvs?rev=164408&view=rev
Log:
Bump library version to 2.1.0.
Modified:
httpd/apreq/trunk/include/apreq_version.h
Modified: httpd/apreq/trunk/include/apreq_version.h
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/include/apreq_version.h?rev=164408&r1=164407&r2=164408&view=diff
==============================================================================
--- httpd/apreq/trunk/include/apreq_version.h (original)
+++ httpd/apreq/trunk/include/apreq_version.h Sat Apr 23 11:42:02 2005
@@ -58,10 +58,10 @@
* Minor API changes that do not cause binary compatibility problems.
* Should be reset to 0 when upgrading APREQ_MAJOR_VERSION
*/
-#define APREQ_MINOR_VERSION 0
+#define APREQ_MINOR_VERSION 1
/** patch level */
-#define APREQ_PATCH_VERSION 25
+#define APREQ_PATCH_VERSION 0
/**
* This symbol is defined for internal, "development" copies of libapreq.