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 cdc62b3 commit 1e859a0Copy full SHA for 1e859a0
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.15.0" )
+ set ( PROJECT_VERSION "0.16.0" )
50
endif ()
51
52
##
History.txt
@@ -1,3 +1,7 @@
1
+== v0.16 / 2021-07-05
2
+
3
+* Some bug fixes.
4
5
== v0.15 / 2019-07-17
6
7
* Faster editing of tags
0 commit comments