From owner-dev-commits-src-all@freebsd.org Fri Feb 5 09:16:25 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 96D0D541F72 for ; Fri, 5 Feb 2021 09:16:25 +0000 (UTC) (envelope-from khng@freebsdfoundation.org) Received: from mail-pl1-x62f.google.com (mail-pl1-x62f.google.com [IPv6:2607:f8b0:4864:20::62f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DX8tK3fbRz4kG2 for ; Fri, 5 Feb 2021 09:16:25 +0000 (UTC) (envelope-from khng@freebsdfoundation.org) Received: by mail-pl1-x62f.google.com with SMTP id d13so3265309plg.0 for ; Fri, 05 Feb 2021 01:16:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=0hOcAvqjqpBoUp4ViNz/yzjX+q/vjIhFYzjQlyn90lM=; b=QhqXOLN2XBeSI25pL0c2GucVR2gKZXvGqRp8H3HAPyitqZZkfUkRwyvdjpI7M4NCdP wjTjohIvhu1KH5JZRxLkhOBmVVt/A3WGbDZ81rzsupXUbrq0IDpzQcSUmwR3DoYhJVvy CAwOhVtJxtfSGCZv2dtXibt1Hpw3t4/qtbdKB8Yn2PPIrlamo6rQn5rbdiiJ3GXdlYON u1GaxHTIoWIoDnaVKx07+hqD4w0nkk4+xS0mY5wK1lTgMECYrUf2PyB2LsTNH+fudhou omY5q8UX4ZmBwv4kcaeKtAxEIswQh9n9bENG9yRDtCndJnH824qD2N0ERAuHDZeBA3ZW 7Y0g== X-Gm-Message-State: AOAM53156JygLbeNCJ5SuGiEOlqMC0Cf8QtiaATMqCvUwWL6MKF6e8GZ sYGski67lTKiGmnGxAwHX3/7NnoO X-Google-Smtp-Source: ABdhPJycfcCq/L3xrFh1wNCHa1G7eh2Y6dh04Z52IU83DIS58gi3uWa0l6c2M2sTBY2eAthZYryG8w== X-Received: by 2002:a17:90a:8e82:: with SMTP id f2mr3240226pjo.234.1612516583829; Fri, 05 Feb 2021 01:16:23 -0800 (PST) Received: from ?IPv6:2001:470:19:fc1:505f:9eec:d6c3:aa8d? ([2001:470:19:fc1:505f:9eec:d6c3:aa8d]) by smtp.gmail.com with ESMTPSA id b25sm1500209pfp.26.2021.02.05.01.16.22 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Feb 2021 01:16:23 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\)) Subject: Re: git: 3d544e6b0bc4 - stable/13 - Rename stable/13 to -STABLE now that releng/13.0 has branched From: Ka Ho Ng In-Reply-To: <202102050002.11502Sro026366@gitrepo.freebsd.org> Date: Fri, 5 Feb 2021 17:16:21 +0800 Cc: dev-commits-src-all@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <45841159-3C53-45AF-90EB-7A8798E32242@freebsdfoundation.org> References: <202102050002.11502Sro026366@gitrepo.freebsd.org> To: "gjb@freebsd.org" X-Mailer: Apple Mail (2.3654.60.0.2.21) X-Rspamd-Queue-Id: 4DX8tK3fbRz4kG2 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2021 09:16:25 -0000 > On Feb 5, 2021, at 8:02 AM, Glen Barber wrote: >=20 > #undef __FreeBSD_version > -#define __FreeBSD_version 1300139 /* Master, propagated to newvers = */ > +#define __FreeBSD_version 1305000 /* Master, propagated to newvers = */ >=20 > /* > * __FreeBSD_kernel__ indicates that this system uses the kernel of = FreeBSD, >=20 I think 1305000 is too high that it breaks os_note also. Now file = command gives FreeBSD 13.5 on binaries. Or should it actually be = 1300500? Ka Ho=