From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 626833858D20; Wed, 17 Apr 2024 00:00:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 626833858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713312034; bh=mLvVB6IVbvM5miifQjZ/cNX4IQ69BoWxBOoqdHJHjrU=; h=From:To:Subject:Date:From; b=ndPNmbd0rysnK7ZjaK4pS1DHy1i3hzpiyCGDVXZg4zzaL6FnOPHijGAzPu3rqPlQr g0/6YUttUuN3iO31xbZ+/dQsK2tqFF+10zETFX8aGjwjXNVnjVWAc15hk85+gxiG1F beWCuGlh0YOC94MCJruYza3qXi/gtnsB/MfzOkvA= 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] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: f6a18d1f55da5820fa1462950704d209a4c41817 X-Git-Newrev: 79484e95665430b6960425e5c50ffb9f90072bf4 Message-Id: <20240417000034.626833858D20@sourceware.org> Date: Wed, 17 Apr 2024 00:00:34 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D79484e956654= 30b6960425e5c50ffb9f90072bf4 commit 79484e95665430b6960425e5c50ffb9f90072bf4 Author: GDB Administrator Date: Wed Apr 17 00:00:23 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 664f5e4a859..ccabf22bf92 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 20240416 +#define BFD_VERSION_DATE 20240417 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@