0002-Automatic-date-update-in-version.in.patch 750 B

12345678910111213141516171819202122232425
  1. From 8b5c16b504a5af8508b3fc72ae7b0edcb9857be8 Mon Sep 17 00:00:00 2001
  2. From: GDB Administrator <gdbadmin@sourceware.org>
  3. Date: Sun, 21 Aug 2022 00:05:27 +0000
  4. Subject: [PATCH 02/20] Automatic date update in version.in
  5. ---
  6. bfd/version.h | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/bfd/version.h b/bfd/version.h
  9. index c5c3ce4fd5..d15b543bdb 100644
  10. --- a/bfd/version.h
  11. +++ b/bfd/version.h
  12. @@ -16,7 +16,7 @@
  13. In releases, the date is not included in either version strings or
  14. sonames. */
  15. -#define BFD_VERSION_DATE 20220820
  16. +#define BFD_VERSION_DATE 20220821
  17. #define BFD_VERSION @bfd_version@
  18. #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@
  19. #define REPORT_BUGS_TO @report_bugs_to@
  20. --
  21. 2.25.1