File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.22...3.23)
22project (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
Original file line number Diff line number Diff line change 88
99setup (
1010 name = "halide" ,
11- version = '16 .0.0 ' ,
11+ version = '17 .0.2 ' ,
1212 author = "The Halide team" ,
13131414 description = "Halide is a programming language designed to make it easier "
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments