소스 검색

Bump version

Overview of changes:

 *  Added 'newstub', builder script to help with new projects

    The script is intended to help start up new MKit project by generating
    structure necessary for MKit to work, and instructing user which
    parts to review and how.

 *  Fixed bug when skeletons could be deployed as part of directory

    If directory targeted in [files] section contained .skel files, they
    would get deployed along with built files.

 *  Code refactoring

    Moved global variables to new vars.sh module, improved initialization
    and importing code and added file headers.

 *  Improved patch importer utility
Alois Mahdal 7 년 전
부모
커밋
b481c68fe6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini 파일 보기

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