From commits-return-49435-archive-asf-public=cust-asf.ponee.io@subversion.apache.org Fri Sep 28 17:06:09 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D1067180627 for ; Fri, 28 Sep 2018 17:06:08 +0200 (CEST) Received: (qmail 68475 invoked by uid 500); 28 Sep 2018 15:06:08 -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 68465 invoked by uid 99); 28 Sep 2018 15:06:07 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2018 15:06:07 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id AF5A03A022D for ; Fri, 28 Sep 2018 15:06:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1842257 - in /subversion/tags/1.11.0-rc2: ./ subversion/include/svn_version.h Date: Fri, 28 Sep 2018 15:06:13 -0000 To: commits@subversion.apache.org From: julianfoad@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180928150613.AF5A03A022D@svn01-us-west.apache.org> Author: julianfoad Date: Fri Sep 28 15:06:12 2018 New Revision: 1842257 URL: http://svn.apache.org/viewvc?rev=1842257&view=rev Log: Tagging release 1.11.0-rc2 Added: subversion/tags/1.11.0-rc2/ - copied from r1842234, subversion/branches/1.11.x/ Modified: subversion/tags/1.11.0-rc2/subversion/include/svn_version.h Modified: subversion/tags/1.11.0-rc2/subversion/include/svn_version.h URL: http://svn.apache.org/viewvc/subversion/tags/1.11.0-rc2/subversion/include/svn_version.h?rev=1842257&r1=1842234&r2=1842257&view=diff ============================================================================== --- subversion/tags/1.11.0-rc2/subversion/include/svn_version.h (original) +++ subversion/tags/1.11.0-rc2/subversion/include/svn_version.h Fri Sep 28 15:06:12 2018 @@ -93,7 +93,7 @@ extern "C" { * * Always change this at the same time as SVN_VER_NUMTAG. */ -#define SVN_VER_TAG " (under development)" +#define SVN_VER_TAG " (Release Candidate 2)" /** Number tag: a string describing the version. @@ -108,7 +108,7 @@ extern "C" { * * Always change this at the same time as SVN_VER_TAG. */ -#define SVN_VER_NUMTAG "-dev" +#define SVN_VER_NUMTAG "-rc2" /** Revision number: The repository revision number of this release. @@ -117,7 +117,7 @@ extern "C" { * file version. Its value remains 0 in the repository except in release * tags where it is the revision from which the tag was created. */ -#define SVN_VER_REVISION 0 +#define SVN_VER_REVISION 1842234 /* Version strings composed from the above definitions. */