Skip to content

Commit 72523b3

Browse files
committed
Identify microsoft/git via a distinct version suffix
It has been a long-standing practice in Git for Windows to append `.windows.<n>`, and in microsoft/git to append `.vfs.0.0`. Let's keep doing that. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ea29c05 commit 72523b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

GIT-VERSION-GEN

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
DEF_VER=v2.51.0-rc1
44

5+
# Identify microsoft/git via a distinct version suffix
6+
DEF_VER=$DEF_VER.vfs.0.0
7+
58
LF='
69
'
710

0 commit comments

Comments
 (0)