From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 29D9E3858D20; Fri, 9 Aug 2024 00:00:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29D9E3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1723161632; bh=mglpEyqHR2q9Ex+zDIl43yvqAnkmS3fGPuiCioSjbzU=; h=From:To:Subject:Date:From; b=XxFOqKZcQWILM82slD4SOUTGOaqPbEqJqGV6P6g4Ymd+c52czxXq6atQYrpub2NNG uZSBYw8PluZb6IhNHKhgE7E7S4mlUNyZVza7jPf6EL2LBRlllMeibW4KrdinlISTxN EOCgTqCeUHwxy37Z/Eejl9E0Cyk9KLBrb75tUk8s= 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: a7b0384d541b6124e55c8d19e2855e91f03fc1b4 X-Git-Newrev: 2fba6c8908c230a5ecd8096b5c9b331eaddb2a30 Message-Id: <20240809000032.29D9E3858D20@sourceware.org> Date: Fri, 9 Aug 2024 00:00:32 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D2fba6c8908c2= 30a5ecd8096b5c9b331eaddb2a30 commit 2fba6c8908c230a5ecd8096b5c9b331eaddb2a30 Author: GDB Administrator Date: Fri Aug 9 00:00:28 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 d3837a5372a..da6aa3e8ef1 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 20240808 +#define BFD_VERSION_DATE 20240809 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@