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:41:17 UTC

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

Author: pquerna
Date: Tue Jul 19 05:41:15 2005
New Revision: 219675

URL: http://svn.apache.org/viewcvs?rev=219675&view=rev
Log:
This is the correct way to prepare for 1.2.0 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=219675&r1=219674&r2=219675&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:41:15 2005
@@ -59,14 +59,14 @@
  * 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,
  * "development" copies of APR.  It is undefined for released versions
  * of APR.
  */
-#define APR_IS_DEV_VERSION
+/* #define APR_IS_DEV_VERSION */
 
 
 #if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)