]> granicus.if.org Git - llvm/commitdiff
Bump trunk version to 5.0.0svn
authorHans Wennborg <hans@hanshq.net>
Thu, 12 Jan 2017 21:22:36 +0000 (21:22 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 12 Jan 2017 21:22:36 +0000 (21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291815 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt
docs/conf.py
utils/release/build_llvm_package.bat

index 64b33f2775726dc97947299bd787f4577139be5b..bd5faacf6c3ee17717a94939a01ec1ac8924c024 100644 (file)
@@ -20,7 +20,7 @@ if(POLICY CMP0057)
 endif()
 
 if(NOT DEFINED LLVM_VERSION_MAJOR)
-  set(LLVM_VERSION_MAJOR 4)
+  set(LLVM_VERSION_MAJOR 5)
 endif()
 if(NOT DEFINED LLVM_VERSION_MINOR)
   set(LLVM_VERSION_MINOR 0)
index 428a513774e49682f5b1a84f8fddb109661e7a1b..cd9142cefdf2da2eef22639beb9a0a98d309b5b9 100644 (file)
@@ -47,10 +47,10 @@ copyright = u'2003-%d, LLVM Project' % date.today().year
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
-# The short X.Y version.
-version = '4.0'
+# The short version.
+version = '5'
 # The full version, including alpha/beta/rc tags.
-release = '4.0'
+release = '5'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index e7895157cd07336ea192c611c0aea4530833dfac..ab5a859d72c97cf8afa14954335027b7e902b6d1 100755 (executable)
@@ -25,8 +25,8 @@ set PATH=%PATH%;c:\gnuwin32\bin
 \r
 set revision=%1\r
 set branch=trunk\r
-set package_version=4.0.0-r%revision%\r
-set clang_format_vs_version=4.0.0.%revision%\r
+set package_version=5.0.0-r%revision%\r
+set clang_format_vs_version=5.0.0.%revision%\r
 set build_dir=llvm_package_%revision%\r
 \r
 echo Branch: %branch%\r