aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--incdec-bindings.bash2
-rw-r--r--incdec.bash2
-rw-r--r--incdec.m4.bash2
3 files changed, 6 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>.
+# 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 <https://www.gnu.org/licenses/>.
+# 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 <https://www.gnu.org/licenses/>.
+# Version: 0.0.1
+
# Increment or decrement a number on the current line.
function __readline_incdec {