Skip to content

Commit

Permalink
Bump Halide version to 17.0.2 on release/17.x (#8315)
Browse files Browse the repository at this point in the history
* Bump Halide version to 17.0.2 on release/17.x

* Update setup.py

* Update HalideRuntime.h
  • Loading branch information
steven-johnson authored Jun 25, 2024
1 parent c4dbb06 commit b2e6d2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.22...3.23)
project(Halide
VERSION 17.0.1
VERSION 17.0.2
DESCRIPTION "Halide compiler and libraries"
HOMEPAGE_URL "https://halide-lang.org")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="halide",
version='16.0.0',
version='17.0.2',
author="The Halide team",
author_email="[email protected]",
description="Halide is a programming language designed to make it easier "
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/HalideRuntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// downstream build systems (eg Blaze/Bazel) properly in sync with the source.
#define HALIDE_VERSION_MAJOR 17
#define HALIDE_VERSION_MINOR 0
#define HALIDE_VERSION_PATCH 1
#define HALIDE_VERSION_PATCH 2

#ifdef __cplusplus
// Forward declare type to allow naming typed handles.
Expand Down

0 comments on commit b2e6d2a

Please sign in to comment.