From owner-svn-src-projects@freebsd.org Wed Dec 20 20:27:25 2017 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 149D9EA2646 for ; Wed, 20 Dec 2017 20:27:25 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D452F80AB4; Wed, 20 Dec 2017 20:27:24 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBKKRNCB018605; Wed, 20 Dec 2017 20:27:23 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBKKRN4m018604; Wed, 20 Dec 2017 20:27:23 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201712202027.vBKKRN4m018604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Wed, 20 Dec 2017 20:27:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r327043 - projects/clang600-import/lib/clang X-SVN-Group: projects X-SVN-Commit-Author: dim X-SVN-Commit-Paths: projects/clang600-import/lib/clang X-SVN-Commit-Revision: 327043 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 20:27:25 -0000 Author: dim Date: Wed Dec 20 20:27:23 2017 New Revision: 327043 URL: https://svnweb.freebsd.org/changeset/base/327043 Log: Bump FREEBSD_CC_VERSION. Modified: projects/clang600-import/lib/clang/freebsd_cc_version.h Modified: projects/clang600-import/lib/clang/freebsd_cc_version.h ============================================================================== --- projects/clang600-import/lib/clang/freebsd_cc_version.h Wed Dec 20 20:27:09 2017 (r327042) +++ projects/clang600-import/lib/clang/freebsd_cc_version.h Wed Dec 20 20:27:23 2017 (r327043) @@ -1,3 +1,3 @@ /* $FreeBSD$ */ -#define FREEBSD_CC_VERSION 1200007 +#define FREEBSD_CC_VERSION 1200008