From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 885F53858D34; Tue, 11 Jun 2024 00:00:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 885F53858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1718064042; bh=emJJxVwkDoWmpRay9ZD39KMQa6qKoVgEyztQ6wH5Twc=; h=From:To:Subject:Date:From; b=uz286y2nXKR4z4xKSh2NhgMeBSa5M/sNzemyhjAPYISblP9cp+FupYdbeUPWsFLry 1PLt2lyqOHa2A4HUy1k/Kak8Kk/JHMp6Cb64cI/ML+0+AeovZ1Ny9uo7KKhKJ9Dbl2 6LQQJZ6EOCqNmOi0ghi40NzasuBAZOJulv6yaXo0= 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/gdb-15-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/gdb-15-branch X-Git-Oldrev: 02be73cce7775bd7609dba9f9309c13ee3a2bc6d X-Git-Newrev: 2681e24698e6447f6c4816c70d4c713f2880bc42 Message-Id: <20240611000042.885F53858D34@sourceware.org> Date: Tue, 11 Jun 2024 00:00:42 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D2681e24698e6= 447f6c4816c70d4c713f2880bc42 commit 2681e24698e6447f6c4816c70d4c713f2880bc42 Author: GDB Administrator Date: Tue Jun 11 00:00:39 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 7400752d57c..a7200dd1409 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 20240610 +#define BFD_VERSION_DATE 20240611 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@