diff options
author | merakor <cem@ckyln.com> | 2021-04-03 16:35:13 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-04-03 16:35:13 +0000 |
commit | a1cd7fcecf36b82bb4d37a17639637711ec4dc37 (patch) | |
tree | 5f1e84c7921300b96a127f8b1aa7f0504b6338f6 | |
parent | 40d24fb8377f7caec17f249ea8b8fedd8810a0f5 (diff) | |
download | cpt-a1cd7fcecf36b82bb4d37a17639637711ec4dc37.tar.gz |
cpt: bump version to 6.0.06.0.0
FossilOrigin-Name: d477c3a7cbe62dd9fc49c84e7658c56fa69ae7c87f7a96c79b5cd707f31e9414
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d1026..a172be7 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 -6.0.0-rc2 +6.0.0 -------------------------------------------------------------------------------- ### Added @@ -1,5 +1,5 @@ # Carbs Packaging Tools -VERSION = 6.0.0-rc2 +VERSION = 6.0.0 # Installation paths PREFIX = /usr/local |