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

Bill Wendling isanbard at gmail.com
Fri Jul 25 10:53:49 PDT 2014


Thank you! :)

-bw

On Jul 25, 2014, at 3:16 AM, Sylvestre Ledru <sylvestre at debian.org> wrote:

> 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.
> 
> 
> _______________________________________________
> llvm-branch-commits mailing list
> llvm-branch-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-branch-commits





More information about the llvm-branch-commits mailing list