From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id DDFB13858C56; Thu, 1 Aug 2024 00:00:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DDFB13858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1722470446; bh=Pay5pMb6TSU5ks7UGrvENF4AhQXz12OY1LdfXmW8Czc=; h=From:To:Subject:Date:From; b=A6QNAWgqWjkdkp0/TWgnJqPjHnec/4ByAgf+7HpxX6aOvXAIVFVf1qr6gGgQ1aC8q NwtfO7jg+a/me+LoKPPhWvU3Rq/bIff3fx9zTc8G6T3k6uscukfDQaZuEAAr6n3MhN HsUY9irJeGx7LflvPHqDJgH8EKUO0hmeoGPl1lyA= 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: 86fd34fde15021bb9157b7da55316c34f8c9fe1d X-Git-Newrev: c2e15bf51978bb020c2e4e142f60896a29e05617 Message-Id: <20240801000046.DDFB13858C56@sourceware.org> Date: Thu, 1 Aug 2024 00:00:46 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dc2e15bf51978= bb020c2e4e142f60896a29e05617 commit c2e15bf51978bb020c2e4e142f60896a29e05617 Author: GDB Administrator Date: Thu Aug 1 00:00:43 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 97261135aa7..dd1d02818c4 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 20240731 +#define BFD_VERSION_DATE 20240801 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@