From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id F00783858420; Sat, 20 Jul 2024 00:00:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F00783858420 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1721433650; bh=fF5Vvnx0IJbOZRVslS27FqheZZU5gBRK+hjEv+/9H/k=; h=From:To:Subject:Date:From; b=KYc3Gajeo0xTNB2viGkDWSdLgfdrB8VUSSjWlq2azk7oELivrCMSL2kDa7zE998GF DPnsm0iwaKHCHwL2cIkCt3UGWaKLkAxKFhm5s/uGbQX98YyNGmLx4nn1a0m4Z75geI DGwLGVTIRlKHSaL1cRS5Esw98brDBKrr1iQ8sH5I= 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: 7ed8c42121382ffc004a4557942f992454dddad3 X-Git-Newrev: 63240fa389b567d9f90b923b9d2ed8ac64da1b14 Message-Id: <20240720000050.F00783858420@sourceware.org> Date: Sat, 20 Jul 2024 00:00:50 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D63240fa389b5= 67d9f90b923b9d2ed8ac64da1b14 commit 63240fa389b567d9f90b923b9d2ed8ac64da1b14 Author: GDB Administrator Date: Sat Jul 20 00:00:47 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 81b3f10396c..626943942d8 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 20240719 +#define BFD_VERSION_DATE 20240720 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@