merge with 3.4

This commit is contained in:
Georg Brandl 2014-03-17 07:36:59 +01:00
commit 3a748ca982
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
'use strict';
var all_versions = {
'3.4': 'dev (3.4)',
'3.5': 'dev (3.5)',
'3.4': '3.4',
'3.3': '3.3',
'3.2': '3.2',
'2.7': '2.7',