Skip to content

Commit 1e859a0

Browse files
committed
Release v0.16
1 parent cdc62b3 commit 1e859a0

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.15.0" )
49+
set ( PROJECT_VERSION "0.16.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.16 / 2021-07-05
2+
3+
* Some bug fixes.
4+
15
== v0.15 / 2019-07-17
26

37
* Faster editing of tags

0 commit comments

Comments
 (0)