Procházet zdrojové kódy

Bump version

Overview of changes:

 *  mkit/stub: Removed `[roots]` reference from `[tokens]` example

    Using '[roots]' as reference can have unpredictable results since it
    silently depends on DESTDIR, which is only available at install
    time.

    Next breaking release (v0.1.0, but could be earlier as we are still
    in 0.0.z space) should rename 'roots' to 'ROOTS' to reflect its
    volatile nature (similar to ENV).

 *  mkit/stub: LICENSE.md won't be mentioned in headers if not asked

 *  mkit/stub: PREFIX is set to /usr in packaging templates

 *  mkit/stub: Added notes about file paths in packaging templates

 *  mkit/stub: Fixed bug when empty license name would be accepted

 *  mkit/stub: Fixed double deploy of template.spec

 *  mkit/make: Having relsrc same as reldst is now tolerated (albeit useless)

 *  mkit/make: 'release' and 'vbump' can now be reached directly (without GNU Make)

 *  mkit/make: Added -V option to mkit/make script

 *  Code maintenance
Alois Mahdal před 7 roky
rodič
revize
75e1a37362
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini Zobrazit soubor

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