Skip to content

Commit

Permalink
Bump version to 20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Dec 13, 2024
1 parent 5f17d6f commit 5264706
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (NOT DEFINED VCPKG_MANIFEST_FEATURES)
endif ()

project(Halide
VERSION 19.0.0
VERSION 20.0.0
DESCRIPTION "Halide compiler and libraries"
HOMEPAGE_URL "https://halide-lang.org")

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ cmake.define.Halide_WASM_BACKEND = "OFF"
github_url = "https://github.com/halide/Halide/"

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

[tool.tbump.git]
Expand Down
2 changes: 1 addition & 1 deletion python_bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.28)
project(Halide_Python VERSION 19.0.0)
project(Halide_Python VERSION 20.0.0)

if (PROJECT_IS_TOP_LEVEL)
enable_testing()
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/HalideRuntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// our CMake build, so that we ensure that the in-build metadata (eg soversion)
// matches, but keeping the canonical version here makes it easier to keep
// downstream build systems (eg Blaze/Bazel) properly in sync with the source.
#define HALIDE_VERSION_MAJOR 19
#define HALIDE_VERSION_MAJOR 20
#define HALIDE_VERSION_MINOR 0
#define HALIDE_VERSION_PATCH 0

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "halide",
"version": "19.0.0",
"version": "20.0.0",
"description": "Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines.",
"homepage": "https://github.com/halide/Halide",
"license": "MIT",
Expand Down

0 comments on commit 5264706

Please sign in to comment.