diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-01-13 13:00:48 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-01-13 13:00:48 -0800 |
| commit | 46afc2ba91a3c7fa8f1591c0a6a1b7c4ad0d2a07 (patch) | |
| tree | 7652cf71274b2ec17c75d76617d004d0a088f5ed | |
| parent | Git 2.48 (diff) | |
| download | git-46afc2ba91a3c7fa8f1591c0a6a1b7c4ad0d2a07.tar.gz git-46afc2ba91a3c7fa8f1591c0a6a1b7c4ad0d2a07.zip | |
Start the Git 2.49 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
| -rw-r--r-- | Documentation/RelNotes/2.49.0.txt | 15 | ||||
| -rwxr-xr-x | GIT-VERSION-GEN | 2 | ||||
| l--------- | RelNotes | 2 |
3 files changed, 17 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.49.0.txt b/Documentation/RelNotes/2.49.0.txt new file mode 100644 index 0000000000..b4a1f10a78 --- /dev/null +++ b/Documentation/RelNotes/2.49.0.txt @@ -0,0 +1,15 @@ +Git v2.49 Release Notes +======================= + +UI, Workflows & Features +------------------------ + + +Performance, Internal Implementation, Development Support etc. +-------------------------------------------------------------- + + +Fixes since v2.48 +----------------- + + * Other code cleanup, docfix, build fix, etc. diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index f2af817fea..3704a1c39e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v2.48.0 +DEF_VER=v2.48.GIT LF=' ' @@ -1 +1 @@ -Documentation/RelNotes/2.48.0.txt
\ No newline at end of file +Documentation/RelNotes/2.49.0.txt
\ No newline at end of file |
