<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:silvas@purdue.edu" title="Sean Silva <silvas@purdue.edu>"> <span class="fn">Sean Silva</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Documentation of llvm 3.3 as 3.4 as title"
href="http://llvm.org/bugs/show_bug.cgi?id=16148">bug 16148</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>silvas@purdue.edu
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Documentation of llvm 3.3 as 3.4 as title"
href="http://llvm.org/bugs/show_bug.cgi?id=16148#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Documentation of llvm 3.3 as 3.4 as title"
href="http://llvm.org/bugs/show_bug.cgi?id=16148">bug 16148</a>
from <span class="vcard"><a class="email" href="mailto:silvas@purdue.edu" title="Sean Silva <silvas@purdue.edu>"> <span class="fn">Sean Silva</span></a>
</span></b>
<pre>The "3.4" part is being added by Sphinx (it is added to the title of all pages)
and is governed by project-wide settings in `docs/conf.py`. Bill, please make
sure to apply the following patch to conf.py before generating the Sphinx docs
for the release.
diff --git a/docs/conf.py b/docs/conf.py
index d71f46e..0ac3b78 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,9 +47,9 @@ copyright = u'2003-2013, LLVM Project'
# built documents.
#
# The short X.Y version.
-version = '3.4'
+version = '3.3'
# The full version, including alpha/beta/rc tags.
-release = '3.4'
+release = '3.3'</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>