RE: [ANNOUNCE] Git v2.34.1
From: <hidden>
Date: 2021-11-24 20:45:11
On November 24, 2021 3:38 PM, I wrote:
On November 24, 2021 3:29 PM, Junio C Hamano wrote:quoted
Subject: [ANNOUNCE] Git v2.34.1 The latest maintenance release Git v2.34.1 is now available at the usual places. The tarballs are found at: https://www.kernel.org/pub/software/scm/git/ The following public repositories all have a copy of the 'v2.34.1' tag and the 'maint' branch that the tag points at: url = https://git.kernel.org/pub/scm/git/git url = https://kernel.googlesource.com/pub/scm/git/git url = git://repo.or.cz/alt-git.git url = https://github.com/gitster/gitIn an unusual situation, make reports: GIT_VERSION = 2.34.GIT Instead of the expected GIT_VERSION = 2.34.1 which we see usually. Am I missing a step that was added since 2.34.0?
Oops. I have to build off 'maint' not master. Got it. -R.