Browse Source

Bump version

Overview of changes:

 *  Fixed bug in macro expansion

    In last versions, multi-line macros were added, but expaning
    multiple macros *per line* stopped working.

 *  Fixed comment removal being too hungry

    Comment removal filter would actually remove any line that merely
    *contained* hash sign.

 *  Codebase maintenance
Alois Mahdal 6 years ago
parent
commit
66e3ea90e8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini View File

1
 [project]
1
 [project]
2
-    version     = 0.0.31
2
+    version     = 0.0.32
3
     codename    = wilderness
3
     codename    = wilderness
4
     name        = MKit
4
     name        = MKit
5
     tagline     = Simple install helper
5
     tagline     = Simple install helper