diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | config.mk | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 89fc901..ea2e636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ this project _somewhat_ adheres to [Semantic Versioning]. [Semantic Versioning]: https://semver.org/spec/v2.0.0.html -UNRELEASED +6.0.0-rc1 -------------------------------------------------------------------------------- ### Added @@ -1,5 +1,5 @@ # Carbs Packaging Tools -VERSION = 6.0.0 +VERSION = 6.0.0-rc1 # Installation paths PREFIX = /usr/local @@ -19,5 +19,4 @@ DOCS = yes # Files to be added into the distribution tarball DISTFILES = contrib docs man spec src tests tools \ - .dir-locals.el CHANGELOG.md LICENSE \ - Makefile README config.mk cpt-base + CHANGELOG.md LICENSE Makefile README.md config.mk cpt-base |