2
0
forked from pool/nodejs-common

Accepting request 760050 from devel:languages:nodejs

- Bump max supported version to 42 to account for automatically
  built master branch called nodejs42

OBS-URL: https://build.opensuse.org/request/show/760050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nodejs-common?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2020-01-02 13:40:28 +00:00 committed by Git OBS Bridge
commit 238851423d
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>