Skip to content

Commit

Permalink
Bump version to 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrow257 committed Feb 26, 2025
1 parent a5aa0c4 commit 12152a7
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
Expand Up @@ -3,7 +3,7 @@ set(CMAKE_VERBOSE_MAKEFILE ON)
# CMake version check
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)

project(MaCh3 VERSION 1.4.5 LANGUAGES CXX)
project(MaCh3 VERSION 1.4.7 LANGUAGES CXX)
set(MaCh3_VERSION ${PROJECT_VERSION})

option(MaCh3_PYTHON_ENABLED "Whether to build MaCh3 python bindings" OFF)
Expand Down

0 comments on commit 12152a7

Please sign in to comment.