From 443e4ef5bf354477c0629197dd2b3e7dcc9ecf2e Mon Sep 17 00:00:00 2001
From: Teddy Wing
Date: Wed, 25 Aug 2021 01:07:44 +0200
Subject: Add a version number to included scripts
---
incdec-bindings.bash | 2 ++
incdec.bash | 2 ++
incdec.m4.bash | 2 ++
3 files changed, 6 insertions(+)
diff --git a/incdec-bindings.bash b/incdec-bindings.bash
index f86cb4d..9f6ca63 100644
--- a/incdec-bindings.bash
+++ b/incdec-bindings.bash
@@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with Incdec. If not, see .
+# Version: 0.0.1
+
bind -x '"\C-xx": __readline_incdec_decrement'
bind -x '"\C-xa": __readline_incdec_increment'
diff --git a/incdec.bash b/incdec.bash
index 98ba10b..9950f33 100644
--- a/incdec.bash
+++ b/incdec.bash
@@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with Incdec. If not, see .
+# Version: 0.0.1
+
# Increment or decrement a number on the current line.
function __readline_incdec {
diff --git a/incdec.m4.bash b/incdec.m4.bash
index 388b773..544a71f 100644
--- a/incdec.m4.bash
+++ b/incdec.m4.bash
@@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with Incdec. If not, see .
+# Version: 0.0.1
+
# Increment or decrement a number on the current line.
function __readline_incdec {
--
cgit v1.2.3