Nov. 6, 2013
7:15 p.m.
On Thu, 07 Nov 2013 00:31:06 +0530, Arun M Kumar said:
git tag -l | less
would list out all the tags associated with a build including the release candidates... But I am getting tags ONLY till v3.9.9
Double-check. The tags are lexically sorted, not numerically. You'll probably find v3.10 and v3.11 tags hiding between v3.1 and v3.2.