We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15325e commit 5254117Copy full SHA for 5254117
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.22...3.23)
2
project(Halide
3
- VERSION 17.0.0
+ VERSION 17.0.1
4
DESCRIPTION "Halide compiler and libraries"
5
HOMEPAGE_URL "https://halide-lang.org")
6
src/runtime/HalideRuntime.h
@@ -25,7 +25,7 @@
25
// downstream build systems (eg Blaze/Bazel) properly in sync with the source.
26
#define HALIDE_VERSION_MAJOR 17
27
#define HALIDE_VERSION_MINOR 0
28
-#define HALIDE_VERSION_PATCH 0
+#define HALIDE_VERSION_PATCH 1
29
30
#ifdef __cplusplus
31
// Forward declare type to allow naming typed handles.
0 commit comments