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 65acc24 commit 9d5146aCopy full SHA for 9d5146a
CMakeLists.txt
@@ -46,7 +46,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
46
)
47
else ()
48
# release build - use hard-coded version string
49
- set ( PROJECT_VERSION "0.16.0" )
+ set ( PROJECT_VERSION "0.17.0" )
50
endif ()
51
52
##
History.txt
@@ -1,3 +1,7 @@
1
+== v0.17 / 2025-04-14
2
+
3
+* Use newer versions of various libraries.
4
5
== v0.16 / 2021-07-05
6
7
* Some bug fixes.
0 commit comments