MaintNotes: update example to 2.11.1
Junio C Hamano committed
Feb 2, 2017 at 15:02 UTC
86932d7ad1251df151af50418c1b2a5d1f82447b
1 file changed
+2
-2
MaintNotes
+2
-2
@@ -161,8 +161,8 @@ of last-minute issues. The maintenance releases used to be named with
161
four dotted decimal, named after the feature release they are updates
162
to (e.g. "1.8.5.1" was the first maintenance release for "1.8.5"
163
feature release). These days, maintenance releases are named by
164
-incrementing the last digit of three-dotted decimal name (e.g. "2.10.2"
165
-is the second maintenance release for the "2.10" series).
164
+incrementing the last digit of three-dotted decimal name (e.g. "2.11.1"
165
+is the first maintenance release for the "2.11" series).
166
167
New features never go to the 'maint' branch. This branch is also
168
merged into "master" to propagate the fixes forward as needed.