Skip to content

Commit 3a43f6f

Browse files
committed
CMake version update
Closing #15
1 parent 5e512ef commit 3a43f6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,10 @@ add_subdirectory(TESTING)
251251
SET(CPACK_PACKAGE_NAME "ScaLAPACK")
252252
SET(CPACK_PACKAGE_VENDOR "University of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd")
253253
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "ScaLAPACK- Linear Algebra Package")
254-
set(SCALAPACK_VERSION 2.0.2)
254+
set(SCALAPACK_VERSION 2.1.0)
255255
set(CPACK_PACKAGE_VERSION_MAJOR 2)
256-
set(CPACK_PACKAGE_VERSION_MINOR 0)
257-
set(CPACK_PACKAGE_VERSION_PATCH 2)
256+
set(CPACK_PACKAGE_VERSION_MINOR 1)
257+
set(CPACK_PACKAGE_VERSION_PATCH 0)
258258
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
259259
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "SCALAPACK")
260260
IF(WIN32 AND NOT UNIX)

0 commit comments

Comments
 (0)