Skip to content

Commit

Permalink
0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Jun 4, 2021
1 parent 391e5d3 commit 40b6bf9
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ set(PACKAGE_VERSION_MINOR 4)
set(PACKAGE_VERSION_RELEASE 0)
set(PACKAGE_VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_RELEASE}")
set(PACKAGE_BUGREPORT "team@getdnsapi.net")
set(RELEASE_CANDIDATE "-rc.1")
set(RELEASE_CANDIDATE "")

set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}${RELEASE_CANDIDATE}")
set(PACKAGE_TARNAME "${PACKAGE}-${PACKAGE_VERSION}${RELEASE_CANDIDATE}")
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* 2021-06-??: Version 0.4.0
* 2021-06-04: Version 0.4.0
* We announce the intention to remove the dnsovertls*.sinodun.com
servers from the default resolver list in the next release,
see https://github.com/getdnsapi/stubby/issues/286 for details.

0 comments on commit 40b6bf9

Please sign in to comment.