Skip to content

Commit a7fd587

Browse files
committed
Updated version for release
1 parent 37e4993 commit a7fd587

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ endif (CISST_BUILD_SHARED_LIBS)
6969

7070
# Set the version number
7171
set (CISST_VERSION_MAJOR "1")
72-
set (CISST_VERSION_MINOR "0")
73-
set (CISST_VERSION_PATCH "11")
72+
set (CISST_VERSION_MINOR "1")
73+
set (CISST_VERSION_PATCH "0")
7474
set (CISST_VERSION "${CISST_VERSION_MAJOR}.${CISST_VERSION_MINOR}.${CISST_VERSION_PATCH}")
7575

7676
# To compile examples within this project

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>cisst</name>
3-
<version>1.0.10</version>
3+
<version>1.1.0</version>
44
<description>
55
This package provides the cisst libraries
66
</description>

0 commit comments

Comments
 (0)