fix --context crash: aux.update_cfg_context now uses over.app.ConfigFile.ignore_unknown

This commit is contained in:
Martinez 2016-05-29 09:28:12 +02:00
parent de12887956
commit da1f6972fb
2 changed files with 2 additions and 2 deletions

View file

@ -4,5 +4,5 @@
major = 1 # VERSION_MAJOR_IDENTIFIER
minor = 99 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.99
patch = 1 # VERSION_PATCH_IDENTIFIER
patch = 2 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))