Skip to content

Commit 5254117

Browse files
HALIDE_VERSION_PATCH -> 1 (for 17.0.1) (#8113)
* HALIDE_VERSION_PATCH -> 1 (for 17.0.1) * Update CMakeLists.txt
1 parent d15325e commit 5254117

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0
3+
VERSION 17.0.1
44
DESCRIPTION "Halide compiler and libraries"
55
HOMEPAGE_URL "https://halide-lang.org")
66

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 0
28+
#define HALIDE_VERSION_PATCH 1
2929

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

0 commit comments

Comments
 (0)