[llvm-branch-commits] [llvm-branch] r213934 - Fix the version in the doc generation

Sylvestre Ledru sylvestre at debian.org
Fri Jul 25 03:16:57 PDT 2014


Author: sylvestre
Date: Fri Jul 25 05:16:56 2014
New Revision: 213934

URL: http://llvm.org/viewvc/llvm-project?rev=213934&view=rev
Log:
Fix the version in the doc generation

Modified:
    llvm/branches/release_35/docs/conf.py

Modified: llvm/branches/release_35/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_35/docs/conf.py?rev=213934&r1=213933&r2=213934&view=diff
==============================================================================
--- llvm/branches/release_35/docs/conf.py (original)
+++ llvm/branches/release_35/docs/conf.py Fri Jul 25 05:16:56 2014
@@ -47,9 +47,9 @@ copyright = u'2003-2014, LLVM Project'
 # built documents.
 #
 # The short X.Y version.
-version = '3.4'
+version = '3.5'
 # The full version, including alpha/beta/rc tags.
-release = '3.4'
+release = '3.5'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.





More information about the llvm-branch-commits mailing list