From 78ba242403841104d40c330c3900912727ca0501 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 27 May 2015 18:32:25 -0500 Subject: [PATCH] update for 3.6 emerging --- Doc/tools/static/version_switch.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/tools/static/version_switch.js b/Doc/tools/static/version_switch.js index edb025b8aba..7289a4d01ea 100644 --- a/Doc/tools/static/version_switch.js +++ b/Doc/tools/static/version_switch.js @@ -2,7 +2,8 @@ 'use strict'; var all_versions = { - '3.5': 'dev (3.5)', + '3.6': 'dev (3.6)', + '3.5': '3.5', '3.4': '3.4', '3.3': '3.3', '3.2': '3.2',