From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 1B20D3858C56; Wed, 10 Apr 2024 00:00:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B20D3858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712707227; bh=k7X8HKru1IUg/YsN5nVphftbhqcDZ5Lv6XyFzRE4rnc=; h=From:To:Subject:Date:From; b=oONFG5n2ZpV43lo9HCKWXb4o2ElGrsu50i7U6CBY5ZyMBeB7W4VsHlQhW50toZv5M bUEngmCFcXsoUnD4hJyfdg9/h6+W/zIWM5aNDzpWqHPk34wCNXh64W4gZk0T3blEPK a+w8Qe8XuL/ovJWJWuyQNkf3OuArYExWXELEOwjU= 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: e8cd90f039c33726af3441ccf56eea7b69ed0de1 X-Git-Newrev: 2c8dd9b1c312f8e02b83e8064d80eac617356532 Message-Id: <20240410000027.1B20D3858C56@sourceware.org> Date: Wed, 10 Apr 2024 00:00:27 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D2c8dd9b1c312= f8e02b83e8064d80eac617356532 commit 2c8dd9b1c312f8e02b83e8064d80eac617356532 Author: GDB Administrator Date: Wed Apr 10 00:00:22 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 253b4380cad..e6e570dfca8 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 20240409 +#define BFD_VERSION_DATE 20240410 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@