aboutsummaryrefslogtreecommitdiff
path: root/www/make_cxx_dr_status
diff options
context:
space:
mode:
Diffstat (limited to 'www/make_cxx_dr_status')
-rwxr-xr-xwww/make_cxx_dr_status4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/make_cxx_dr_status b/www/make_cxx_dr_status
index db316353e0d7..bb3007f432a5 100755
--- a/www/make_cxx_dr_status
+++ b/www/make_cxx_dr_status
@@ -102,10 +102,10 @@ def availability(issue):
if status == 'unknown':
avail = 'Unknown'
avail_style = ' class="none"'
- elif status == '3.7':
+ elif status == '3.8':
avail = 'SVN'
avail_style = ' class="svn"'
- elif status in ('3.1', '3.2', '3.3', '3.4', '3.5', '3.6'):
+ elif status in ('3.1', '3.2', '3.3', '3.4', '3.5', '3.6', '3.7'):
avail = 'Clang %s' % status
avail_style = ' class="full"'
elif status == 'yes':