diff options
| author | Teddy Wing | 2021-08-25 01:07:44 +0200 |
|---|---|---|
| committer | Teddy Wing | 2021-08-25 01:07:44 +0200 |
| commit | 443e4ef5bf354477c0629197dd2b3e7dcc9ecf2e (patch) | |
| tree | 28ea0f3fd813cfafb1195f6978c14eba8544affb /incdec.m4.bash | |
| parent | d57de5b6acd156c1b78b785ce40e23b9793cb8dd (diff) | |
| download | readline-incdec-443e4ef5bf354477c0629197dd2b3e7dcc9ecf2e.tar.bz2 | |
Add a version number to included scripts
Diffstat (limited to 'incdec.m4.bash')
| -rw-r--r-- | incdec.m4.bash | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |
