Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01f36b3

Browse files
committed
Bump version to 22.0.0-git
1 parentface93e commit01f36b3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎cmake/Modules/LLVMVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The LLVM Version number information
22

33
if(NOTDEFINEDLLVM_VERSION_MAJOR)
4-
set(LLVM_VERSION_MAJOR21)
4+
set(LLVM_VERSION_MAJOR22)
55
endif()
66
if(NOTDEFINEDLLVM_VERSION_MINOR)
77
set(LLVM_VERSION_MINOR0)

‎libcxx/include/__config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// _LIBCPP_VERSION represents the version of libc++, which matches the version of LLVM.
2929
// Given a LLVM release LLVM XX.YY.ZZ (e.g. LLVM 17.0.1 == 17.00.01), _LIBCPP_VERSION is
3030
// defined to XXYYZZ.
31-
#define_LIBCPP_VERSION210000
31+
#define_LIBCPP_VERSION220000
3232

3333
#define_LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y
3434
#define_LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
llvm_version_major=21
1+
llvm_version_major=22
22
llvm_version_minor=0
33
llvm_version_patch=0
44
llvm_version="$llvm_version_major.$llvm_version_minor.$llvm_version_patch"

‎llvm/utils/lit/lit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__="Daniel Dunbar"
44
__email__="daniel@minormatter.com"
5-
__versioninfo__= (21,0,0)
5+
__versioninfo__= (22,0,0)
66
__version__=".".join(str(v)forvin__versioninfo__)+"dev"
77

88
__all__= []

‎llvm/utils/mlgo-utils/mlgo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
fromdatetimeimporttimezone,datetime
66

7-
__versioninfo__= (20,0,0)
7+
__versioninfo__= (22,0,0)
88
__version__= (
99
".".join(str(v)forvin__versioninfo__)
1010
+"dev"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp