Return-Path: Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Delivered-To: mailing list commits@apr.apache.org Received: (qmail 29155 invoked by uid 99); 17 Nov 2004 01:22:55 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 16 Nov 2004 17:22:55 -0800 Received: (qmail 91026 invoked by uid 65534); 17 Nov 2004 01:22:53 -0000 Date: 17 Nov 2004 01:22:53 -0000 Message-ID: <20041117012253.91024.qmail@minotaur.apache.org> From: thommay@apache.org To: commits@apr.apache.org Subject: svn commit: rev 76080 - apr/apr-util/branches/1.0.x/include X-Virus-Checked: Checked Author: thommay Date: Tue Nov 16 17:22:52 2004 New Revision: 76080 Modified: apr/apr-util/branches/1.0.x/include/apu_version.h Log: * include/apu_version.h: Bump to 1.0.2-dev Modified: apr/apr-util/branches/1.0.x/include/apu_version.h ============================================================================== --- apr/apr-util/branches/1.0.x/include/apu_version.h (original) +++ apr/apr-util/branches/1.0.x/include/apu_version.h Tue Nov 16 17:22:52 2004 @@ -62,13 +62,13 @@ #define APU_MINOR_VERSION 0 /** 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 */