aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk2
-rw-r--r--src/cpt-lib2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index ba76118..6d44af5 100644
--- a/config.mk
+++ b/config.mk
@@ -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
}