From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id C77663884560; Wed, 19 Jun 2024 00:00:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C77663884560 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1718755227; bh=BHlH9b0Ci7c7tBfpnXAa6e+6Pqx7w8m0NhXuArV5weA=; h=From:To:Subject:Date:From; b=viThZPn8R7SKfeCpTwzrVwHnd+8REk5yh8vk1B3UsSc2JFqB9NQEHMf7DYwp+DzY6 rHzvp7n6xyAlKJX3GKyUenN1Z4RKXL7TU5Fganh0q4sgj34YV2FIwSzGHohNKBfJJd EAelcEcowpE5FImqat8UqdCEyA0F+k3pSEcqlgiA= 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: 3465822f1475ea12f924fa5660dd105ae4bc7fff X-Git-Newrev: 9c39329d1c5af43fa20edc7abde465ab4c127262 Message-Id: <20240619000027.C77663884560@sourceware.org> Date: Wed, 19 Jun 2024 00:00:27 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D9c39329d1c5a= f43fa20edc7abde465ab4c127262 commit 9c39329d1c5af43fa20edc7abde465ab4c127262 Author: GDB Administrator Date: Wed Jun 19 00:00:24 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 b061b481c0a..566349e0af0 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 20240618 +#define BFD_VERSION_DATE 20240619 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@