From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id E3C9E395C05A; Tue, 4 Jun 2024 00:01:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E3C9E395C05A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717459313; bh=NFDn/4LxDsoEQpyVFH3nTpKpbffeZnrVepnqAKowBOI=; h=From:To:Subject:Date:From; b=n1IgE3zbGVGV7EYSbj8fiTo4FgwRq9FA22qXkeZq9WeS9VwEJhF07hRSpqMQCABR8 18nU3eAvhsIyGZp41q/bQNGJynczBEoFfMIrP8UdJ+UgFEiEd7BnJlF+jTzDSsHysv vqX+JS1jRLl8337Ag+cRiq+Jvern7BGSQ3Do1AUM= 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: 86cb47d26b807f9301e354f04335fcaf326c19f5 X-Git-Newrev: 90bfc69f1fca68e2bde8bd2e2e19798e3b79da86 Message-Id: <20240604000153.E3C9E395C05A@sourceware.org> Date: Tue, 4 Jun 2024 00:01:53 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D90bfc69f1fca= 68e2bde8bd2e2e19798e3b79da86 commit 90bfc69f1fca68e2bde8bd2e2e19798e3b79da86 Author: GDB Administrator Date: Tue Jun 4 00:01:50 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 3afab351d14..2937e802e95 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 20240603 +#define BFD_VERSION_DATE 20240604 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@