From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id F17573858D32; Sun, 31 Mar 2024 00:00:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F17573858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711843223; bh=o1uaDTYm9/Tda7OyGHIRklxSS6GrKqFYeaZr4LDPkfI=; h=From:To:Subject:Date:From; b=OMfwyP9fhCS3ptsnD3ckSmk/ULnf9gxgmnRVHGTuX4Y+ZcuuGn5erHvbOYyioV5Vr J15+ntjgiquLaWfE2AJHnJYWh57/Tjvy5gGS2cddfluqJd2uLT9ZH6VP9W8OQcszb/ 2I1P2iVWqUE+I435kKGMT2MIkVB/bRJV84UXB9QI= 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: ac89073b2deed6107415bd7f95add70b5b842c99 X-Git-Newrev: b570239b90fa29dd4390b3d8c841ba193da0541b Message-Id: <20240331000023.F17573858D32@sourceware.org> Date: Sun, 31 Mar 2024 00:00:23 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Db570239b90fa= 29dd4390b3d8c841ba193da0541b commit b570239b90fa29dd4390b3d8c841ba193da0541b Author: GDB Administrator Date: Sun Mar 31 00:00:21 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 0313dc148ec..25cd366ce2b 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 20240330 +#define BFD_VERSION_DATE 20240331 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@