From 9b0c29de2102a432d42d7288b2d5bc58333fcebb5aa68dedcc83ef51f51d8572 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Mon, 30 Dec 2019 13:51:11 +0000 Subject: [PATCH] - Bump max supported version to 42 to account for automatically built master branch called nodejs42 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-common?expand=0&rev=17 --- node.c | 2 +- nodejs-common.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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