From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 2EA203858D33; Fri, 12 Apr 2024 00:00:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2EA203858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712880050; bh=qQNF5EBI21tC9SCNfkMdGslN3CocuwMmjFODhy9c+44=; h=From:To:Subject:Date:From; b=LGsWGe9dObD39a1i3kh8sUhfyGi3T2zrOWS2KHi84WGcS/EJjTRDpPGDqWHEDJoDn XgrfIdqtIOyw5yM8vbNXVpOwuFCPya5Y8GpwKhqNiuMSe/pcVRk6Fe9QP72fAVqZl6 n3mkypAErDqcnqAVLszjguEG0oOnnJukq8CQwzWQ= 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/gdb-14-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/gdb-14-branch X-Git-Oldrev: 2b03b46039a738dec3c90802da0fbe873bb4b522 X-Git-Newrev: a2e9061ca644eefeb7251038dac460d82d2fe99b Message-Id: <20240412000050.2EA203858D33@sourceware.org> Date: Fri, 12 Apr 2024 00:00:49 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Da2e9061ca644= eefeb7251038dac460d82d2fe99b commit a2e9061ca644eefeb7251038dac460d82d2fe99b Author: GDB Administrator Date: Fri Apr 12 00:00:43 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 3650955a677..c82e1b0101a 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 20240411 +#define BFD_VERSION_DATE 20240412 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@