We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a105556 commit 67c4b6fCopy full SHA for 67c4b6f
2 files changed
CMakeLists.txt
@@ -15,7 +15,7 @@ set(PACKAGE "stubby")
15
set(PACKAGE_NAME "Stubby")
16
set(PACKAGE_VERSION "0.3.0")
17
set(PACKAGE_BUGREPORT "team@getdnsapi.net")
18
-set(RELEASE_CANDIDATE "-rc.1")
+set(RELEASE_CANDIDATE "")
19
20
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}${RELEASE_CANDIDATE}")
21
set(PACKAGE_TARNAME "${PACKAGE}-${PACKAGE_VERSION}${RELEASE_CANDIDATE}")
ChangeLog
@@ -1,4 +1,4 @@
1
-* 2020-01-16: Version 0.3.0rc1
+* 2020-02-28: Version 0.3.0
2
* Correct the applied-privacy.net details and remove ibksturm server in stubby.yml.example.
3
* Include AppArmor profile (thanks CameronNemo)
4
* Add `contrib` contributors to the README
0 commit comments