From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 508B93858C56; Wed, 17 Jul 2024 00:01:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 508B93858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1721174485; bh=WzFLSxueAQUVHWXphlPFLTThDzYf08bAIGyxrns8Oio=; h=From:To:Subject:Date:From; b=Plmr12cCTRAgmmJg2Au/fJSEKNiE04mIl37o/iBdzBx1rMs3cU0QVlp20k65piCq0 Q1TV1w5eupVU2pVHyx3rxq3jc3NmqDfoMRM0aIWpgYigsX6vOlAMdPvl+oLbPPx6no sf6btvLtsXJahvyGlqq/z0dlEteWA3lO2DV5Sww0= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: GDB Administrator To: binutils-cvs@sourceware.org Subject: [binutils-gdb/binutils-2_42-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/binutils-2_42-branch X-Git-Oldrev: 71ef12cbf140a637e4ea4e2239ee5daedc8640de X-Git-Newrev: e343b51459ca120ead1d1a0eda14dd7bd8849f4f Message-Id: <20240717000125.508B93858C56@sourceware.org> Date: Wed, 17 Jul 2024 00:01:25 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3De343b51459ca= 120ead1d1a0eda14dd7bd8849f4f commit e343b51459ca120ead1d1a0eda14dd7bd8849f4f Author: GDB Administrator Date: Wed Jul 17 00:01:22 2024 +0000 Automatic date update in version.in Diff: --- bfd/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/version.h b/bfd/version.h index 9e9d0e1c368..46b71a80263 100644 --- a/bfd/version.h +++ b/bfd/version.h @@ -16,7 +16,7 @@ =20 In releases, the date is not included in either version strings or sonames. */ -#define BFD_VERSION_DATE 20240716 +#define BFD_VERSION_DATE 20240717 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@