You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2008/08/09 08:04:13 UTC

svn commit: r684183 - in /apr/apr-util/branches/1.3.x: CHANGES include/apu_version.h

Author: wrowe
Date: Fri Aug  8 23:04:12 2008
New Revision: 684183

URL: http://svn.apache.org/viewvc?rev=684183&view=rev
Log:
Bump after tag, we are at 1.3.4-dev

Modified:
    apr/apr-util/branches/1.3.x/CHANGES
    apr/apr-util/branches/1.3.x/include/apu_version.h

Modified: apr/apr-util/branches/1.3.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?rev=684183&r1=684182&r2=684183&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/CHANGES [utf-8] Fri Aug  8 23:04:12 2008
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes with APR-util 1.3.4
+
+
+
 Changes with APR-util 1.3.3
 
   *) Add Berkeley DB 4.7 support.

Modified: apr/apr-util/branches/1.3.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/include/apu_version.h?rev=684183&r1=684182&r2=684183&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.3.x/include/apu_version.h Fri Aug  8 23:04:12 2008
@@ -66,7 +66,7 @@
  * "development" copies of APU.  It is undefined for released versions
  * of APU.
  */
-/* #undef APU_IS_DEV_VERSION */
+#define APU_IS_DEV_VERSION
 
 
 #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)