diff options
author | merakor <cem@ckyln.com> | 2021-03-12 14:38:39 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-03-12 14:38:39 +0000 |
commit | 7961c8eeedd84e49844bc3f304184ddcb12c9eb1 (patch) | |
tree | 1116095407c06dc512bae11993723ea01a1c2e13 | |
parent | 7fa36c93443e6e9a07fcf2a4ab01dac62195d26c (diff) | |
download | cpt-7961c8eeedd84e49844bc3f304184ddcb12c9eb1.tar.gz |
cpt: 6.0.0 release candidate 16.0.0-rc1
FossilOrigin-Name: b3944ca34942afacfb24a0c182afa575fe0a13bf78946af8d609081113e15df3
-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 |