Skip to content

Commit

Permalink
HALIDE_VERSION_PATCH -> 1 (for 17.0.1) (#8113)
Browse files Browse the repository at this point in the history
* HALIDE_VERSION_PATCH -> 1 (for 17.0.1)

* Update CMakeLists.txt
  • Loading branch information
steven-johnson committed Feb 20, 2024
1 parent d15325e commit 5254117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0
VERSION 17.0.1
DESCRIPTION "Halide compiler and libraries"
HOMEPAGE_URL "https://halide-lang.org")

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

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

0 comments on commit 5254117

Please sign in to comment.