From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 884CE3858D20; Wed, 1 May 2024 00:01:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 884CE3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714521677; bh=41bJ7EjlIMBOiIBD4MWMg/6/rTiMAsK8FgWeoK7kl5U=; h=From:To:Subject:Date:From; b=ZQeRfu900asbxgJx5cZRQiKXuyPgf4mFVn039DZqyVkafpanE6EVq6k8u43SF8g9P TaTrTBWnep609n3pKs0/EF3k/8WarR9UFX0CR8WkX+vBEqeuRx+eXvEWYmNqdS/1Bd ppzaKipUloU1LOtZZknacy/mHZZSGvEDiuYeXi1A= 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: 22d08d34f4686ae7e777c9213b648605c353aec9 X-Git-Newrev: e56a8d8597871e373f87be5bebcfe9fc9b9de556 Message-Id: <20240501000117.884CE3858D20@sourceware.org> Date: Wed, 1 May 2024 00:01:16 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3De56a8d859787= 1e373f87be5bebcfe9fc9b9de556 commit e56a8d8597871e373f87be5bebcfe9fc9b9de556 Author: GDB Administrator Date: Wed May 1 00:01:13 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 f5807872fcd..0e5c59225b9 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 20240430 +#define BFD_VERSION_DATE 20240501 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@