Skip to content

Commit

Permalink
Release v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Aug 5, 2021
1 parent cdc62b3 commit 1e859a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
)
else ()
# release build - use hard-coded version string
set ( PROJECT_VERSION "0.15.0" )
set ( PROJECT_VERSION "0.16.0" )
endif ()

##
Expand Down
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== v0.16 / 2021-07-05

* Some bug fixes.

== v0.15 / 2019-07-17

* Faster editing of tags
Expand Down

0 comments on commit 1e859a0

Please sign in to comment.