From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 8210E3858D33; Sun, 24 Mar 2024 00:00:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8210E3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711238458; bh=SJAfp68ra+r/9ZdKgupO21y9N73w3fRm7qcdnBqviH0=; h=From:To:Subject:Date:From; b=GXAZKsQFfQaoRSa75YjVejyG87B9LOuGXP9G3bavBqzSiXxigFcpeDrDa+O5J3d+F w/tAf8VjBAr83zp54bS2pq+5uqEB3L1R3CNnglcx7c4B/KzC4EWG7DmOLNsw+FTLZA yweK/9kUP+VrQop8t3JmhG2SJXWZdTXjCUpZkS7A= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: GDB Administrator To: bfd-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: 96e26c99a25b5397e36e3156169a081916fef85d X-Git-Newrev: 8978a63969ffe9b2f9e116890a0d99bcaa636d26 Message-Id: <20240324000058.8210E3858D33@sourceware.org> Date: Sun, 24 Mar 2024 00:00:58 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D8978a63969ff= e9b2f9e116890a0d99bcaa636d26 commit 8978a63969ffe9b2f9e116890a0d99bcaa636d26 Author: GDB Administrator Date: Sun Mar 24 00:00:49 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 05e517b073b..41ecff1e089 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 20240323 +#define BFD_VERSION_DATE 20240324 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@