Skip to content

Commit dfbcfc2

Browse files
committed
update version number
1 parent cb017dd commit dfbcfc2

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-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 "1.3.0b3")
26+
set(PACKAGE_VERSION "1.3.0f1")
2727
endif()
2828
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
2929

RELEASE_NOTES.md

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

3+
**Version**: 1.3.0f1
4+
35
**Version**: 1.3.0b3
46

57
NEW FEATURES

RELEASE_NOTES_EXTERNAL.md

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

3+
**Version**: 1.3.0f1
4+
35
**Version**: 1.3.0b3
46

57
FIXES

0 commit comments

Comments
 (0)