Skip to content

Commit 88c36a7

Browse files
committed
Comply to semantic versioning syntax
1 parent f3d3197 commit 88c36a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 "-rc1")
21+
set(RELEASE_CANDIDATE "-rc.1")
2222

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

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* 2021-05-28: Version 0.4.0-rc1
1+
* 2021-05-??: Version 0.4.0
22
* Add ability to run Stubby as a full Windows service
33
* Update IPs for dot1.applied-privacy.net
44
* Remove the secure.eu entries in the stubby config file

0 commit comments

Comments
 (0)