- 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
This commit is contained in:
Adam Majer 2019-12-30 13:51:11 +00:00 committed by Git OBS Bridge
parent aa31936914
commit 9b0c29de21
2 changed files with 7 additions and 1 deletions

2
node.c
View File

@ -6,7 +6,7 @@
#include <unistd.h>
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[] = {

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 30 13:49:36 UTC 2019 - Adam Majer <adam.majer@suse.de>
- 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 <adam.majer@suse.de>