From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 008633858D29; Fri, 31 May 2024 00:00:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 008633858D29 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717113646; bh=oQrxDyVwXyJNRrdm0DwtDoOqU9ySG1te1/xSCftQGT0=; h=From:To:Subject:Date:From; b=c0RD1PMXa5t4Z5O2FWWuedkJD/zknQv/raaX76r45YXBK7VadrkOOuKQN/Jug+XmJ qCWCzD/siU5xqXz0AILLyIAUoP6AixiPzHRDTlGL9P8G/sdUrJb/iICmb1Tj1IuCWv 9U7+WWiSht5R2QUveQk/k3ua6+5+7YOGRrw2IprM= 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-15-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/gdb-15-branch X-Git-Oldrev: 8b69689d8b813589a8ce5239cce2aa30b639c484 X-Git-Newrev: 909e56730508ee8b2af3b0321c1b93d024bbff18 Message-Id: <20240531000046.008633858D29@sourceware.org> Date: Fri, 31 May 2024 00:00:45 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D909e56730508= ee8b2af3b0321c1b93d024bbff18 commit 909e56730508ee8b2af3b0321c1b93d024bbff18 Author: GDB Administrator Date: Fri May 31 00:00:42 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 d570f80d3a9..5828b3e5e36 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 20240530 +#define BFD_VERSION_DATE 20240531 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@