Skip to content

Commit 9d5146a

Browse files
committed
Release v0.17
1 parent 65acc24 commit 9d5146a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
4646
)
4747
else ()
4848
# release build - use hard-coded version string
49-
set ( PROJECT_VERSION "0.16.0" )
49+
set ( PROJECT_VERSION "0.17.0" )
5050
endif ()
5151

5252
##

History.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
== v0.17 / 2025-04-14
2+
3+
* Use newer versions of various libraries.
4+
15
== v0.16 / 2021-07-05
26

37
* Some bug fixes.

0 commit comments

Comments
 (0)