File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.22...3.23)
2
2
project (Halide
3
- VERSION 17.0.1
3
+ VERSION 17.0.2
4
4
DESCRIPTION "Halide compiler and libraries"
5
5
HOMEPAGE_URL "https://halide-lang.org" )
6
6
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = "halide" ,
11
- version = '16 .0.0 ' ,
11
+ version = '17 .0.2 ' ,
12
12
author = "The Halide team" ,
13
13
14
14
description = "Halide is a programming language designed to make it easier "
Original file line number Diff line number Diff line change 25
25
// downstream build systems (eg Blaze/Bazel) properly in sync with the source.
26
26
#define HALIDE_VERSION_MAJOR 17
27
27
#define HALIDE_VERSION_MINOR 0
28
- #define HALIDE_VERSION_PATCH 1
28
+ #define HALIDE_VERSION_PATCH 2
29
29
30
30
#ifdef __cplusplus
31
31
// Forward declare type to allow naming typed handles.
You can’t perform that action at this time.
0 commit comments