From owner-p4-projects@FreeBSD.ORG Fri Nov 30 05:58:41 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B6AB716A46C; Fri, 30 Nov 2007 05:58:41 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 741DB16A418 for ; Fri, 30 Nov 2007 05:58:41 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A06413C4CE for ; Fri, 30 Nov 2007 05:58:41 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAU5wfuK094257 for ; Fri, 30 Nov 2007 05:58:41 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAU5wfne094254 for perforce@freebsd.org; Fri, 30 Nov 2007 05:58:41 GMT (envelope-from jb@freebsd.org) Date: Fri, 30 Nov 2007 05:58:41 GMT Message-Id: <200711300558.lAU5wfne094254@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jb@freebsd.org using -f From: John Birrell To: Perforce Change Reviews Cc: Subject: PERFORCE change 129811 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2007 05:58:42 -0000 http://perforce.freebsd.org/chv.cgi?CH=129811 Change 129811 by jb@jb_freebsd1 on 2007/11/30 05:58:02 Update VERSION. Affected files ... .. //depot/projects/binutils/src/gnu/usr.bin/binutils/Makefile.inc0#5 edit Differences ... ==== //depot/projects/binutils/src/gnu/usr.bin/binutils/Makefile.inc0#5 (text+ko) ==== @@ -4,7 +4,7 @@ # use the normal "Makefile.inc" mechanism, because we need some of these # definitions before the sub-Makefile is processed. -VERSION= "2.15 [FreeBSD] 2004-05-23" +VERSION= "2.18 [FreeBSD] 2007-08-28" TARGET_ARCH?= ${MACHINE_ARCH} .if ${TARGET_ARCH} == "amd64"