Skip to content

Commit b367708

Browse files
committed
update version number to 1.4.1 and fixed missing comma in the CMakePresets.json file
1 parent 5c180f8 commit b367708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "ci",
66
"cacheVariables": {
77
"WITH_LIMA": "ON",
8-
"Lima_ROOT": "$env{INSTALL_DIR}/lima"
8+
"Lima_ROOT": "$env{INSTALL_DIR}/lima",
99
"WITH_CGNS": "ON",
1010
"Cgns_ROOT": "$env{INSTALL_DIR}/CGNS-4.3.0"
1111
}

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set (GMDS_MAJOR_VERSION "1")
66
set (GMDS_MINOR_VERSION "4")
7-
set (GMDS_RELEASE_VERSION "0")
7+
set (GMDS_RELEASE_VERSION "1")
88
set (GMDS_VERSION ${GMDS_MAJOR_VERSION}.${GMDS_MINOR_VERSION}.${GMDS_RELEASE_VERSION})
99

1010

0 commit comments

Comments
 (0)