Browse Source

Bump version

Overview of changes:

 *  Fixed up time tags.

    First, the choice of hexadecimals turned out as wrong: hexadecimals
    end up sorting in strange ways, at least in version contexts.  The
    format was changed to '+%Y%m%d%H%M%S` (eg. `20180511171502`).

    Second, 'ctime' value for MKIT_TTAG was added, which is the same as
    'btime', but represents commit time rather than build time, so it's
    more deterministic---for that reason it's now also the new default.
Alois Mahdal 6 years ago
parent
commit
6d484d1d5f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini View File

@@ -1,5 +1,5 @@
1 1
 [project]
2
-    version     = 0.0.33
2
+    version     = 0.0.34
3 3
     codename    = wilderness
4 4
     name        = MKit
5 5
     tagline     = Simple install helper