From 4757588caf65318c44745b44eee04cf49415fec8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 25 Oct 2013 07:26:05 +0000 Subject: functions: rename abuild_ver to program_version --- abump.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'abump.in') diff --git a/abump.in b/abump.in index c16d2c1..f935357 100755 --- a/abump.in +++ b/abump.in @@ -6,7 +6,7 @@ # Distributed under GPL-2 # -abuild_ver=@VERSION@ +program_version=@VERSION@ datadir=@datadir@ if ! [ -f "$datadir/functions.sh" ]; then @@ -81,7 +81,7 @@ fixes #${fixes#\#} usage() { cat >&2 <<__EOF__ -$program $abuild_ver - bump pkgver in APKBUILDs +$program $program_version - bump pkgver in APKBUILDs Usage: $program [-s CVE-1,CVE-2,...] [-f ISSUE] [-R|--recursive] [-k|--keep] PKGNAME-1.2.3 ... Options: -s, --security CVE1,CVE-2,... Security update -- cgit v1.2.3