diff options
author | merakor <cem@ckyln.com> | 2021-01-04 11:50:46 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-01-04 11:50:46 +0000 |
commit | 34754c415955ecd5b985cb307e404507fe11c32e (patch) | |
tree | 17a67bcb08bc0761b46bb98884decbd69edd33d1 | |
parent | 6c4ca6e23d3ac6e511c6982e2557844b538a6a68 (diff) | |
download | cpt-34754c415955ecd5b985cb307e404507fe11c32e.tar.gz |
cpt: update version to 5.1.2
FossilOrigin-Name: 4423fa4ed6d8b958a2cab88b834ef267b979861431542b79abf02a00fefeff0d
-rw-r--r-- | config.mk | 2 | ||||
-rw-r--r-- | src/cpt-lib | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # See LICENSE for copyright information -VERSION = 5.1.1 +VERSION = 5.1.2 # Paths PREFIX = /usr/local diff --git a/src/cpt-lib b/src/cpt-lib index 6afd030..9edefe8 100644 --- a/src/cpt-lib +++ b/src/cpt-lib @@ -8,7 +8,7 @@ # Currently maintained by Cem Keylan. version() { - log "Carbs Packaging Tools" 5.1.1 + log "Carbs Packaging Tools" 5.1.2 exit 0 } |