Skip to content

Commit 40b6bf9

Browse files
committed
0.4.0 release
1 parent 391e5d3 commit 40b6bf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(PACKAGE_VERSION_MINOR 4)
1818
set(PACKAGE_VERSION_RELEASE 0)
1919
set(PACKAGE_VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_RELEASE}")
2020
set(PACKAGE_BUGREPORT "[email protected]")
21-
set(RELEASE_CANDIDATE "-rc.1")
21+
set(RELEASE_CANDIDATE "")
2222

2323
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}${RELEASE_CANDIDATE}")
2424
set(PACKAGE_TARNAME "${PACKAGE}-${PACKAGE_VERSION}${RELEASE_CANDIDATE}")

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* 2021-06-??: Version 0.4.0
1+
* 2021-06-04: Version 0.4.0
22
* We announce the intention to remove the dnsovertls*.sinodun.com
33
servers from the default resolver list in the next release,
44
see https://github.com/getdnsapi/stubby/issues/286 for details.

0 commit comments

Comments
 (0)