Skip to content

Commit

Permalink
bumped the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mkstoyanov committed Oct 25, 2024
1 parent c37cc1b commit 0828d39
Showing 1 changed file with 1 addition and 1 deletion.
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.19)

project("Heffte" VERSION 2.4.0 LANGUAGES CXX)
project("Heffte" VERSION 2.4.1 LANGUAGES CXX)

option(Heffte_ENABLE_FFTW "Enable the FFTW backend" OFF)
option(Heffte_ENABLE_CUDA "Enable the CUDA and cuFFT backend" OFF)
Expand Down

0 comments on commit 0828d39

Please sign in to comment.