From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 5E9443858D20; Wed, 17 Apr 2024 00:01:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E9443858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713312111; bh=Dl9mlSeEb2zFtG8cfPvWvEGnyID5lNKx/QItg2DYS04=; h=From:To:Subject:Date:From; b=AS3RP/OMtkfSZVVtm1VvOc3yXE59Yrnsr+/Xeje9z7OGJBWcOWDLWiTv+Y6H4y4eR 00i9lwfe2iNoNmpvJphR/06kJdtMXOkSSa1wCr66lSRjPL1dt1AEwRaJm31Uz1+TO/ aLVQTQXVwY25wZJ+eYHlaxs/G12so2VQpHG4TYVk= 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: e90f49823670c8da1f8bb7bd2fd7422fccbb7e3b X-Git-Newrev: c3a143185d4be9ba86d9772034ff9dd1c99db60c Message-Id: <20240417000151.5E9443858D20@sourceware.org> Date: Wed, 17 Apr 2024 00:01:51 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dc3a143185d4b= e9ba86d9772034ff9dd1c99db60c commit c3a143185d4be9ba86d9772034ff9dd1c99db60c Author: GDB Administrator Date: Wed Apr 17 00:01:48 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@