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/03/16 00:55:41 UTC

svn commit: r157618 - apr/apr-util/branches/1.1.x/include/apu_version.h

Author: pquerna
Date: Tue Mar 15 15:55:40 2005
New Revision: 157618

URL: http://svn.apache.org/viewcvs?view=rev&rev=157618
Log:
move 1.1.x to 1.1.2-dev

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

Modified: apr/apr-util/branches/1.1.x/include/apu_version.h
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.1.x/include/apu_version.h?view=diff&r1=157617&r2=157618
==============================================================================
--- apr/apr-util/branches/1.1.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.1.x/include/apu_version.h Tue Mar 15 15:55:40 2005
@@ -62,13 +62,13 @@
 #define APU_MINOR_VERSION       1
 
 /** patch level */
-#define APU_PATCH_VERSION       1
+#define APU_PATCH_VERSION       2
 
 /** 
  *  This symbol is defined for internal, "development" copies of APU. This
  *  symbol will be #undef'd for releases. 
  */
-/* #define APU_IS_DEV_VERSION */
+#define APU_IS_DEV_VERSION
 
 
 /** The formatted string of APU's version */