File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
utils/bazel/llvm-project-overlay/llvm/include/llvm/Config Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR OR LIBCXX_STANDALONE_BUIL
3232 project (libcxx CXX C)
3333
3434 set (PACKAGE_NAME libcxx)
35- set (PACKAGE_VERSION 14.0.1 )
35+ set (PACKAGE_VERSION 14.0.3 )
3636 set (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION} " )
3737 set (PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org" )
3838
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR OR LIBCXXABI_STANDALONE_B
3434 project (libcxxabi CXX C)
3535
3636 set (PACKAGE_NAME libcxxabi)
37- set (PACKAGE_VERSION 14.0.1 )
37+ set (PACKAGE_VERSION 14.0.3 )
3838 set (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION} " )
3939 set (PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org" )
4040
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR OR LIBUNWIND_STANDALONE_B
3333 project (libunwind LANGUAGES NONE)
3434
3535 set (PACKAGE_NAME libunwind)
36- set (PACKAGE_VERSION 14.0.1 )
36+ set (PACKAGE_VERSION 14.0.3 )
3737 set (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION} " )
3838 set (PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org" )
3939
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if(NOT DEFINED LLVM_VERSION_MINOR)
1717 set (LLVM_VERSION_MINOR 0)
1818endif ()
1919if (NOT DEFINED LLVM_VERSION_PATCH)
20- set (LLVM_VERSION_PATCH 1 )
20+ set (LLVM_VERSION_PATCH 3 )
2121endif ()
2222if (NOT DEFINED LLVM_VERSION_SUFFIX)
2323 set (LLVM_VERSION_SUFFIX)
Original file line number Diff line number Diff line change 11llvm_version_major = 14
22llvm_version_minor = 0
3- llvm_version_patch = 1
3+ llvm_version_patch = 3
44llvm_version = " $llvm_version_major .$llvm_version_minor .$llvm_version_patch "
Original file line number Diff line number Diff line change 22
33__author__ = 'Daniel Dunbar'
44__email__ = 'daniel@minormatter.com'
5- __versioninfo__ = (14 , 0 , 1 )
5+ __versioninfo__ = (14 , 0 , 3 )
66__version__ = '.' .join (str (v ) for v in __versioninfo__ ) + 'dev'
77
88__all__ = []
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ set python64_dir=C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python36
2727for /f " usebackq" %%i in (`PowerShell ^ (Get-Date^ ).ToString^ ('yyyyMMdd'^ )`) do set datestamp = %%i
2828
2929set revision = %1
30- set package_version = 14.0.1 -%revision:~0 ,8 %
31- set clang_format_vs_version = 14.0.1 .%datestamp%
30+ set package_version = 14.0.3 -%revision:~0 ,8 %
31+ set clang_format_vs_version = 14.0.3 .%datestamp%
3232set build_dir = llvm_package_%revision:~0 ,8 %
3333
3434echo Revision: %revision%
Original file line number Diff line number Diff line change 8383#define LLVM_VERSION_PATCH 0
8484
8585/* LLVM version string */
86- #define LLVM_VERSION_STRING "14.0.1 "
86+ #define LLVM_VERSION_STRING "14.0.3 "
8787
8888/* Whether LLVM records statistics for use with GetStatistics(),
8989 * PrintStatistics() or PrintStatisticsJSON()
You can’t perform that action at this time.
0 commit comments