Browse Source

Bump version

Overview of changes:

 *  Fixed coerce__noctl() to actually do something

    Turns out that the function could not ever work properly since
    Perl's tr/// operator does not support POSIX character classes like
    traditional tr(1) does.  The expression was replaced with s///
    variant, preserving the same character range.

    Also it will now *replace* characters $COERCE__REPCHAR, instead of
    removing them.  (Removing behavior can be achieved by setting the
    variable to empty string.)
Alois Mahdal 5 years ago
parent
commit
8875772d4d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini View File

@@ -1,5 +1,5 @@
1 1
 [project]
2
-    version     = 0.10.16
2
+    version     = 0.10.17
3 3
     codename    = FloatingPointError
4 4
     name        = Shellfu
5 5
     tagline     = Shell dot on steroids