Browse Source

Bump version

Overview of changes:

 *  Fixed version directive lookup

    mkit.ini would be refused if version directive was at the end of the
    file, while first and last 3 lines is what was supposed to work.

 *  Fixed license argument check

    stub script would ignore license argument due to argument validation
    error caused by refactoring.

 *  Fixed bad grep advice in MKIT_STUB_README.md

 *  Updated own dogfood
Alois Mahdal 7 years ago
parent
commit
4e1b16fa3e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini View File

1
 #mkit version=0.0.14
1
 #mkit version=0.0.14
2
 
2
 
3
 [project]
3
 [project]
4
-    version     = 0.0.22
4
+    version     = 0.0.23
5
     codename    = wilderness
5
     codename    = wilderness
6
     name        = MKit
6
     name        = MKit
7
     tagline     = Simple install helper
7
     tagline     = Simple install helper