Skip to content

Commit 5264706

Browse files
committed
Bump version to 20.0.0
1 parent 5f17d6f commit 5264706

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (NOT DEFINED VCPKG_MANIFEST_FEATURES)
1616
endif ()
1717

1818
project(Halide
19-
VERSION 19.0.0
19+
VERSION 20.0.0
2020
DESCRIPTION "Halide compiler and libraries"
2121
HOMEPAGE_URL "https://halide-lang.org")
2222

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ cmake.define.Halide_WASM_BACKEND = "OFF"
103103
github_url = "https://github.com/halide/Halide/"
104104

105105
[tool.tbump.version]
106-
current = "19.0.0"
106+
current = "20.0.0"
107107
regex = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)'
108108

109109
[tool.tbump.git]

python_bindings/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.28)
2-
project(Halide_Python VERSION 19.0.0)
2+
project(Halide_Python VERSION 20.0.0)
33

44
if (PROJECT_IS_TOP_LEVEL)
55
enable_testing()

src/runtime/HalideRuntime.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// our CMake build, so that we ensure that the in-build metadata (eg soversion)
2424
// matches, but keeping the canonical version here makes it easier to keep
2525
// downstream build systems (eg Blaze/Bazel) properly in sync with the source.
26-
#define HALIDE_VERSION_MAJOR 19
26+
#define HALIDE_VERSION_MAJOR 20
2727
#define HALIDE_VERSION_MINOR 0
2828
#define HALIDE_VERSION_PATCH 0
2929

vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "halide",
3-
"version": "19.0.0",
3+
"version": "20.0.0",
44
"description": "Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines.",
55
"homepage": "https://github.com/halide/Halide",
66
"license": "MIT",

0 commit comments

Comments
 (0)