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.
2 parents 7129dac + 95904c0 commit c0a4d9cCopy full SHA for c0a4d9c
CMakeLists.txt
@@ -13,7 +13,7 @@ MESSAGE(STATUS "CMAKE_INSTALL_PREFIX is: " ${CMAKE_INSTALL_PREFIX})
13
14
option(CREATE_PACKAGE "Create Package" OFF)
15
if (NOT DEFINED PACKAGE_VERSION)
16
- set(PACKAGE_VERSION "0.0.4a")
+ set(PACKAGE_VERSION "0.0.5a")
17
endif()
18
19
if (NOT DEFINED PACKAGE_PATH)
docs/RELEASE_NOTES.md
@@ -0,0 +1,5 @@
1
+#RELEASE NOTES
2
+
3
+**Version**: 0.0.5a
4
5
+Added Doxygen documentation generation for C# bindings.
0 commit comments