浏览代码

Bump version

Overview of changes:

 *  Added generic config file finder

    This can be used to find config files other than INIs but using the
    same merging mechanism.  For example, `saturnin__conf_find "foo"`
    should output to first existing instance of file "foo", which could
    live under any of paths set in SATURNIN_CONF_PATH (typically
    /usr/share/app/ini.d/dist/foo, /etc/app/foo, ~/.config/app/foo,
    ~/.config/app/ini.d/my/foo...).

    This function is now also internally usef by saturnin__conf().

 *  Added module-version meta-data for future Shellfu generations

    Current version of Shellfu does not support this yet, but in future
    it should read this and display in lists, man pages, etc.
Alois Mahdal 8 年前
父节点
当前提交
30ba37bf7a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini 查看文件

1
 #mkit version=0.0.14
1
 #mkit version=0.0.14
2
 
2
 
3
 [project]
3
 [project]
4
-    version     = 0.4.1
4
+    version     = 0.4.2
5
     codename    = DoktorV
5
     codename    = DoktorV
6
     name        = Saturnin
6
     name        = Saturnin
7
     tagline     = Spirit of your toolbox
7
     tagline     = Spirit of your toolbox