Skip to content

Commit e913f95

Browse files
authored
Release version 0.8.0 (#866)
1 parent 21165ad commit e913f95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44

55
cmake_minimum_required(VERSION 3.22)
6-
project(DDC VERSION 0.7.0 LANGUAGES CXX)
6+
project(DDC VERSION 0.8.0 LANGUAGES CXX)
77

88
# List of options
99

install_test/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ cmake_minimum_required(VERSION 3.22)
66
project(test-installed-ddc LANGUAGES CXX)
77

88
# Test whether `find_package(DDC)` can be called multiple times
9-
find_package(DDC 0.7 REQUIRED)
10-
find_package(DDC 0.7 REQUIRED COMPONENTS fft)
11-
find_package(DDC 0.7 REQUIRED COMPONENTS pdi splines)
9+
find_package(DDC 0.8 REQUIRED)
10+
find_package(DDC 0.8 REQUIRED COMPONENTS fft)
11+
find_package(DDC 0.8 REQUIRED COMPONENTS pdi splines)
1212

1313
message(STATUS "DDC options:")
1414
message(STATUS "* DDC_BUILD_DOUBLE_PRECISION=${DDC_BUILD_DOUBLE_PRECISION}")

0 commit comments

Comments
 (0)