Merge branch '2.2' into develop

This commit is contained in:
Markus Mäkelä
2018-07-06 14:56:19 +03:00
8 changed files with 68 additions and 10 deletions

View File

@ -14,7 +14,9 @@
var fs = require('fs')
var program = require('yargs');
const maxctrl_version = '1.0.0';
// Note: The version.js file is generated at configuation time. If you are
// building in-source, manually create the file
const maxctrl_version = require('./version.js').version;
program
.version(maxctrl_version)