Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-10-08 03:09:21 +0300
committerJunio C Hamano <gitster@pobox.com>2022-10-08 03:19:59 +0300
commitbbe21b64a08f89475d8a3818e20c111378daa621 (patch)
tree2e785dbdb8cb58b64cd202414ac1a7ce6ca48c18 /GIT-VERSION-GEN
parent9b89c08caed7b943cf2c758a9c58cd3cbd9f8c64 (diff)
Start 2.39 cycle
The version numbers do not mean much, but we may want to call the first one in 2023 version 3.1 or something, but let's just increment the second digit from the previous one for this cycle. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index a3eb6eca7a..e3eaeb4926 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.38.0
+DEF_VER=v2.38.GIT
LF='
'