Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 2877 invoked from network); 3 Aug 2004 09:43:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Aug 2004 09:43:26 -0000 Received: (qmail 53489 invoked by uid 500); 3 Aug 2004 09:43:25 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 53384 invoked by uid 500); 3 Aug 2004 09:43:24 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 53371 invoked by uid 500); 3 Aug 2004 09:43:24 -0000 Delivered-To: apmail-apr-iconv-cvs@apache.org X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Date: 3 Aug 2004 09:43:23 -0000 Message-ID: <20040803094323.2780.qmail@minotaur.apache.org> From: dreid@apache.org To: apr-iconv-cvs@apache.org Subject: cvs commit: apr-iconv/include api_version.h X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N dreid 2004/08/03 02:43:23 Modified: include api_version.h Log: apr-iconv 1.0.0.rc5 is a release, not a dev release Revision Changes Path 1.5 +0 -7 apr-iconv/include/api_version.h Index: api_version.h =================================================================== RCS file: /home/cvs/apr-iconv/include/api_version.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- api_version.h 13 Feb 2004 10:01:11 -0000 1.4 +++ api_version.h 3 Aug 2004 09:43:23 -0000 1.5 @@ -65,13 +65,6 @@ /** patch level */ #define API_PATCH_VERSION 0 -/** - * This symbol is defined for internal, "development" copies of API. This - * symbol will be #undef'd for releases. - */ -#define API_IS_DEV_VERSION - - /** The formatted string of API's version */ #define API_VERSION_STRING \ APR_STRINGIFY(API_MAJOR_VERSION) "." \