forked from pool/nodejs-common
- 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:
parent
aa31936914
commit
9b0c29de21
2
node.c
2
node.c
@ -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[] = {
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user