diff --git a/node.c b/node.c index 0bec3ef..303c627 100644 --- a/node.c +++ b/node.c @@ -6,7 +6,7 @@ #include const unsigned min_version = 4; -const unsigned max_version = 20; +const unsigned max_version = 42; const char *default_version = "-default"; const char * const supported_execs[] = { diff --git a/nodejs-common.changes b/nodejs-common.changes index 0174424..e30aee0 100644 --- a/nodejs-common.changes +++ b/nodejs-common.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 30 13:49:36 UTC 2019 - Adam Majer + +- Bump max supported version to 42 to account for automatically + built master branch called nodejs42 + ------------------------------------------------------------------- Mon Oct 28 11:13:23 UTC 2019 - Adam Majer