We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264ec4f commit 2e33759Copy full SHA for 2e33759
1 file changed
CMakeLists.txt
@@ -6,7 +6,7 @@
6
# CMake specifications
7
# -----------------------------------------------------------------------------
8
cmake_minimum_required (VERSION 3.16.0)
9
-project(mlx42 VERSION 2.4.1)
+project(mlx42 VERSION 2.4.2)
10
message(STATUS "MLX42 @ ${CMAKE_PROJECT_VERSION}")
11
12
# Variables
@@ -206,4 +206,4 @@ install(TARGETS mlx42
206
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
207
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
208
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
209
-)
+)
0 commit comments