From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 1FBE4385841F; Sun, 14 Apr 2024 00:00:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1FBE4385841F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713052813; bh=rzVOVWkl8opYqgn4HgPgCd0JCSw4rxXbgsjkAibs9QY=; h=From:To:Subject:Date:From; b=Ros75Qja9errtkFO6/KK8lQuHuuynK0W4Cd8yni0AF5M5fpcG2nyJLGnK1bgS6fpj 7vmEd6Xnm3G5v6OgP536zg9+jlRuCgC7askJCTDAYsJnI70vO46/GAh9o2WDv19hhm e5y/8BR57/9wejOxq2opJM0u2gldHBVyi+WaZRFo= 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: 4ad25f3bed6bc4c010962b11fde1c70ce8c22cae X-Git-Newrev: d96ca68465605737ebf462b6ecac5010aee2870d Message-Id: <20240414000013.1FBE4385841F@sourceware.org> Date: Sun, 14 Apr 2024 00:00:12 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dd96ca6846560= 5737ebf462b6ecac5010aee2870d commit d96ca68465605737ebf462b6ecac5010aee2870d Author: GDB Administrator Date: Sun Apr 14 00:00:07 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 8d540e920be..6fc3c143c29 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 20240413 +#define BFD_VERSION_DATE 20240414 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@