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:43:07 UTC

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

Author: pquerna
Date: Tue Jul 19 05:43:06 2005
New Revision: 219677

URL: http://svn.apache.org/viewcvs?rev=219677&view=rev
Log:
roll on to 1.2.1-dev.

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=219677&r1=219676&r2=219677&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:43:06 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       1
 
 /** 
  * 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)