Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB488D971 for ; Mon, 10 Dec 2012 22:01:51 +0000 (UTC) Received: (qmail 42442 invoked by uid 500); 10 Dec 2012 22:01:51 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 42404 invoked by uid 500); 10 Dec 2012 22:01:51 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 42397 invoked by uid 99); 10 Dec 2012 22:01:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 22:01:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 22:01:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8789923888E7; Mon, 10 Dec 2012 22:01:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1419826 - in /subversion/tags/1.7.8: ./ subversion/include/svn_version.h Date: Mon, 10 Dec 2012 22:01:30 -0000 To: commits@subversion.apache.org From: breser@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121210220130.8789923888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: breser Date: Mon Dec 10 22:01:28 2012 New Revision: 1419826 URL: http://svn.apache.org/viewvc?rev=1419826&view=rev Log: Tagging release 1.7.8 Added: subversion/tags/1.7.8/ - copied from r1419691, subversion/branches/1.7.x/ Modified: subversion/tags/1.7.8/subversion/include/svn_version.h Modified: subversion/tags/1.7.8/subversion/include/svn_version.h URL: http://svn.apache.org/viewvc/subversion/tags/1.7.8/subversion/include/svn_version.h?rev=1419826&r1=1419691&r2=1419826&view=diff ============================================================================== --- subversion/tags/1.7.8/subversion/include/svn_version.h (original) +++ subversion/tags/1.7.8/subversion/include/svn_version.h Mon Dec 10 22:01:28 2012 @@ -94,7 +94,7 @@ extern "C" { * * Always change this at the same time as SVN_VER_NUMTAG. */ -#define SVN_VER_TAG " (under development)" +#define SVN_VER_TAG " (r1419691)" /** Number tag: a string describing the version. @@ -109,7 +109,7 @@ extern "C" { * * Always change this at the same time as SVN_VER_TAG. */ -#define SVN_VER_NUMTAG "-dev" +#define SVN_VER_NUMTAG "" /** Revision number: The repository revision number of this release. @@ -120,7 +120,7 @@ extern "C" { * When rolling a tarball, we automatically replace it with what we * guess to be the correct revision number. */ -#define SVN_VER_REVISION 0 +#define SVN_VER_REVISION 1419691 /* Version strings composed from the above definitions. */