Skip to content

Commit 2e33759

Browse files
authored
Bump
1 parent 264ec4f commit 2e33759

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# CMake specifications
77
# -----------------------------------------------------------------------------
88
cmake_minimum_required (VERSION 3.16.0)
9-
project(mlx42 VERSION 2.4.1)
9+
project(mlx42 VERSION 2.4.2)
1010
message(STATUS "MLX42 @ ${CMAKE_PROJECT_VERSION}")
1111

1212
# Variables
@@ -206,4 +206,4 @@ install(TARGETS mlx42
206206
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
207207
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
208208
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
209-
)
209+
)

0 commit comments

Comments
 (0)