You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by pq...@apache.org on 2005/07/19 14:36:55 UTC

svn commit: r219671 - /apr/apr/branches/1.2.x/include/apr_version.h

Author: pquerna
Date: Tue Jul 19 05:36:54 2005
New Revision: 219671

URL: http://svn.apache.org/viewcvs?rev=219671&view=rev
Log:
Remove -dev to prepare for the tag.

Modified:
    apr/apr/branches/1.2.x/include/apr_version.h

Modified: apr/apr/branches/1.2.x/include/apr_version.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.2.x/include/apr_version.h?rev=219671&r1=219670&r2=219671&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/include/apr_version.h (original)
+++ apr/apr/branches/1.2.x/include/apr_version.h Tue Jul 19 05:36:54 2005
@@ -59,7 +59,7 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APR_PATCH_VERSION       0
+/* #define APR_PATCH_VERSION       0 */
 
 /** 
  * The symbol APR_IS_DEV_VERSION is only defined for internal,