Author: pquerna Date: Tue Jan 25 21:23:10 2005 New Revision: 126468 URL: http://svn.apache.org/viewcvs?view=rev&rev=126468 Log: released. branch is now -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&rev=126468&p1=apr/apr-util/branches/1.1.x/include/apu_version.h&r1=126467&p2=apr/apr-util/branches/1.1.x/include/apu_version.h&r2=126468 ============================================================================== --- apr/apr-util/branches/1.1.x/include/apu_version.h (original) +++ apr/apr-util/branches/1.1.x/include/apu_version.h Tue Jan 25 21:23:10 2005 @@ -62,13 +62,13 @@ #define APU_MINOR_VERSION 1 /** patch level */ -#define APU_PATCH_VERSION 0 +#define APU_PATCH_VERSION 1 /** * 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 */
