From 43c8a30d150ecede9709c1f2527c8fba92c65f40 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 21 Aug 2023 09:34:58 -0700 Subject: Git 2.42 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.42.0.txt | 2 +- GIT-VERSION-GEN | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/RelNotes/2.42.0.txt b/Documentation/RelNotes/2.42.0.txt index 8ae2d7d5d0..0f1897ad5f 100644 --- a/Documentation/RelNotes/2.42.0.txt +++ b/Documentation/RelNotes/2.42.0.txt @@ -14,7 +14,7 @@ UI, Workflows & Features otherwise unreachable objects in cruft packs. * Add more "git var" for toolsmiths to learn various locations Git is - configured with either via the configuration or hardcoded defaults. + configured with either via the configuration or hard-coded defaults. * 'git notes append' was taught '--separator' to specify string to insert between paragraphs. diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index bbfb1418e3..2c8dae398f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.42.0-rc2 +DEF_VER=v2.42.0 LF=' ' -- cgit v1.2.3