From 1adc20abe3c432bd2ddf0bec86c4d4505d620d19 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 22 Oct 2017 21:18:27 +0200 Subject: [PATCH] ax-common: Bump API version to 2 --- lib/ax/ax-common.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/ax/ax-common.sh b/lib/ax/ax-common.sh index 189d7ca..a5b4efd 100644 --- a/lib/ax/ax-common.sh +++ b/lib/ax/ax-common.sh @@ -1,7 +1,7 @@ #!/bin/sh # # ax-common.sh -- Common Functions for Shell Scripts -# Copyright (c)2013-2015 Alexander Barton (alex@barton.de) +# Copyright (c)2013-2017 Alexander Barton (alex@barton.de) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -9,8 +9,10 @@ # (at your option) any later version. # +# "ax_common_sourced" is a flag and stores the "API version" of "ax-common.sh", +# too. It should be incremented each time the public API changes! # shellcheck disable=SC2034 -ax_common_sourced=1 +ax_common_sourced=2 # Display a colored message. # $1 Level: -=title, 0=ok, 1=warning, 2=error. -- 2.39.2