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/14 07:29:45 UTC

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

Author: wrowe
Date: Wed Aug 13 22:29:44 2008
New Revision: 685774

URL: http://svn.apache.org/viewvc?rev=685774&view=rev
Log:
We are at 1.3.5

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=685774&r1=685773&r2=685774&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/CHANGES [utf-8] Wed Aug 13 22:29:44 2008
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes with APR-util 1.3.5
+
+
+
 Changes with APR-util 1.3.4
 
   *) Fix a memory leak introduced in r683756 and a free call to a non malloced

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=685774&r1=685773&r2=685774&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 Wed Aug 13 22:29:44 2008
@@ -59,14 +59,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APU_PATCH_VERSION       4
+#define APU_PATCH_VERSION       5
 
 /** 
  * The symbol APU_IS_DEV_VERSION is only defined for internal,
  * "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)