From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 248313858D37; Tue, 30 Apr 2024 00:00:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 248313858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714435227; bh=ArXwVyzWNlksq3rqpmpL25aua+zj7Xh0JgEsEK7q9jQ=; h=From:To:Subject:Date:From; b=kTDRoejtx4AyPQUSGtuPgm42HFE8Nv+82oeCbMGRUvR1G0Pvv0wRiW53hEBlW/rBb tj8ZMT6GyZF/zkySH0ZPBZ/FHqbhiOnK9L4MdQFA5cCG7TDP/C1YGLZrYMUStDCDs1 bpgliVw8mdJ45JHS+mmRgyJ3+gBABXR2MKTkfXoY= 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] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: 43ca4ec2996a6bfbb8726f1c753aeb85fe0f92a4 X-Git-Newrev: a75d04db22f2fb25ab1ec9fb7af19176d2e97dda Message-Id: <20240430000027.248313858D37@sourceware.org> Date: Tue, 30 Apr 2024 00:00:27 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Da75d04db22f2= fb25ab1ec9fb7af19176d2e97dda commit a75d04db22f2fb25ab1ec9fb7af19176d2e97dda Author: GDB Administrator Date: Tue Apr 30 00:00:23 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 082513f080e..f5807872fcd 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 20240429 +#define BFD_VERSION_DATE 20240430 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@