Skip to content

Commit d5395c1

Browse files
committed
update cmake version number
1 parent cfec4dd commit d5395c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
1010
# Set package metadata
1111
set(CPACK_PACKAGE_NAME "fortran-csv-module")
1212
set(CPACK_PACKAGE_VERSION_MAJOR "1")
13-
set(CPACK_PACKAGE_VERSION_MINOR "2")
13+
set(CPACK_PACKAGE_VERSION_MINOR "3")
1414
set(CPACK_PACKAGE_VERSION_PATCH "1")
1515
set(CPACK_PACKAGE_VERSION_TWEAK "0")
1616
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}.${CPACK_PACKAGE_VERSION_TWEAK}")

0 commit comments

Comments
 (0)