We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a100ef3 commit 307833dCopy full SHA for 307833d
CMakeLists.txt
@@ -23,7 +23,7 @@ endif()
23
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
24
25
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26
- set(PACKAGE_VERSION "sprint35")
+ set(PACKAGE_VERSION "1.2.0b1")
27
endif()
28
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
29
RELEASE_NOTES.md
@@ -1,5 +1,11 @@
1
RELEASE NOTES
2
3
+**Version**: 1.2.0b1
4
+
5
+NEW FEATURES
6
7
+* Updated User documentation
8
9
**Version**: sprint35
10
11
NEW FEATURES
0 commit comments