We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f0f6a commit a8e0212Copy full SHA for a8e0212
cmake-local/Version.cmake
@@ -3,7 +3,7 @@ set(CPACK_PACKAGE_NAME "osvr-core")
3
set(CPACK_PACKAGE_VENDOR "Sensics, Inc.")
4
set(CPACK_PACKAGE_CONTACT "<[email protected]>")
5
set(CPACK_PACKAGE_VERSION_MAJOR 0)
6
-set(CPACK_PACKAGE_VERSION_MINOR 2)
+set(CPACK_PACKAGE_VERSION_MINOR 6)
7
set(OSVR_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR})
8
set(CPACK_PACKAGE_VERSION ${OSVR_VERSION})
9
0 commit comments