Skip to content

Commit b2e6d2a

Browse files
Bump Halide version to 17.0.2 on release/17.x (#8315)
* Bump Halide version to 17.0.2 on release/17.x * Update setup.py * Update HalideRuntime.h
1 parent c4dbb06 commit b2e6d2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.22...3.23)
22
project(Halide
3-
VERSION 17.0.1
3+
VERSION 17.0.2
44
DESCRIPTION "Halide compiler and libraries"
55
HOMEPAGE_URL "https://halide-lang.org")
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="halide",
11-
version='16.0.0',
11+
version='17.0.2',
1212
author="The Halide team",
1313
author_email="[email protected]",
1414
description="Halide is a programming language designed to make it easier "

src/runtime/HalideRuntime.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// downstream build systems (eg Blaze/Bazel) properly in sync with the source.
2626
#define HALIDE_VERSION_MAJOR 17
2727
#define HALIDE_VERSION_MINOR 0
28-
#define HALIDE_VERSION_PATCH 1
28+
#define HALIDE_VERSION_PATCH 2
2929

3030
#ifdef __cplusplus
3131
// Forward declare type to allow naming typed handles.

0 commit comments

Comments
 (0)