[llvm-branch-commits] [llvm-branch] r294485 - Docs: drop minor version

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Feb 8 09:28:49 PST 2017


Author: hans
Date: Wed Feb  8 11:28:49 2017
New Revision: 294485

URL: http://llvm.org/viewvc/llvm-project?rev=294485&view=rev
Log:
Docs: drop minor version

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

Modified: llvm/branches/release_40/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_40/docs/conf.py?rev=294485&r1=294484&r2=294485&view=diff
==============================================================================
--- llvm/branches/release_40/docs/conf.py (original)
+++ llvm/branches/release_40/docs/conf.py Wed Feb  8 11:28:49 2017
@@ -48,9 +48,9 @@ copyright = u'2003-%d, LLVM Project' % d
 # built documents.
 #
 # The short X.Y version.
-version = '4.0'
+version = '4'
 # The full version, including alpha/beta/rc tags.
-release = '4.0'
+release = '4'
 
 # 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