From ac0a90a3c4bd56cd9fb77ad06dd8bfff078a1878 Mon Sep 17 00:00:00 2001 From: Restless-ET Date: Mon, 22 Jun 2015 10:53:50 +0100 Subject: [PATCH] Update branch for new BC features --- contributing/code/patches.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/patches.rst b/contributing/code/patches.rst index 1f9bf7000e5..7e6fe876fd3 100644 --- a/contributing/code/patches.rst +++ b/contributing/code/patches.rst @@ -110,7 +110,7 @@ work: * ``2.3``, if you are fixing a bug for an existing feature (you may have to choose a higher branch if the feature you are fixing was introduced in a later version); -* ``2.7``, if you are adding a new feature which is backward compatible; +* ``2.8``, if you are adding a new feature which is backward compatible; * ``master``, if you are adding a new and backward incompatible feature. .. note::