A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/llvm/llvm-project/commit/01f36b39bd2475a271bbeb95fb9db8ed65e2d065 below:

Bump version to 22.0.0-git · llvm/llvm-project@01f36b3 · GitHub

File tree Expand file treeCollapse file tree 5 files changed

+5

-5

lines changed

Filter options

Expand file treeCollapse file tree 5 files changed

+5

-5

lines changed Original file line number Diff line number Diff line change

@@ -1,7 +1,7 @@

1 1

# The LLVM Version number information

2 2 3 3

if(NOT DEFINED LLVM_VERSION_MAJOR)

4 -

set(LLVM_VERSION_MAJOR 21)

4 +

set(LLVM_VERSION_MAJOR 22)

5 5

endif()

6 6

if(NOT DEFINED LLVM_VERSION_MINOR)

7 7

set(LLVM_VERSION_MINOR 0)

Original file line number Diff line number Diff line change

@@ -28,7 +28,7 @@

28 28

// _LIBCPP_VERSION represents the version of libc++, which matches the version of LLVM.

29 29

// Given a LLVM release LLVM XX.YY.ZZ (e.g. LLVM 17.0.1 == 17.00.01), _LIBCPP_VERSION is

30 30

// defined to XXYYZZ.

31 -

# define _LIBCPP_VERSION 210000

31 +

# define _LIBCPP_VERSION 220000

32 32 33 33

# define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y

34 34

# define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)

Original file line number Diff line number Diff line change

@@ -1,4 +1,4 @@

1 -

llvm_version_major = 21

1 +

llvm_version_major = 22

2 2

llvm_version_minor = 0

3 3

llvm_version_patch = 0

4 4

llvm_version = "$llvm_version_major.$llvm_version_minor.$llvm_version_patch"

Original file line number Diff line number Diff line change

@@ -2,7 +2,7 @@

2 2 3 3

__author__ = "Daniel Dunbar"

4 4

__email__ = "daniel@minormatter.com"

5 -

__versioninfo__ = (21, 0, 0)

5 +

__versioninfo__ = (22, 0, 0)

6 6

__version__ = ".".join(str(v) for v in __versioninfo__) + "dev"

7 7 8 8

__all__ = []

Original file line number Diff line number Diff line change

@@ -4,7 +4,7 @@

4 4 5 5

from datetime import timezone, datetime

6 6 7 -

__versioninfo__ = (20, 0, 0)

7 +

__versioninfo__ = (22, 0, 0)

8 8

__version__ = (

9 9

".".join(str(v) for v in __versioninfo__)

10 10

+ "dev"

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4