Skip to content

Commit 307833d

Browse files
committed
update version + add release notes
1 parent a100ef3 commit 307833d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
2424

2525
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26-
set(PACKAGE_VERSION "sprint35")
26+
set(PACKAGE_VERSION "1.2.0b1")
2727
endif()
2828
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
2929

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
RELEASE NOTES
22

3+
**Version**: 1.2.0b1
4+
5+
NEW FEATURES
6+
7+
* Updated User documentation
8+
39
**Version**: sprint35
410

511
NEW FEATURES

0 commit comments

Comments
 (0)