-
Notifications
You must be signed in to change notification settings - Fork 267
Description
@rvagg - could you help me understand why there is an apparent discrepancy in NODE_MODULE_VERSION between the https://iojs.org/download/release/index.json and the released io.js binaries?
I'm noticing that io.js v1.1.0 and v1.2.0 declared NODE_MODULE_VERSION 43
at time of release according to https://iojs.org/download/release/index.json and this got serialized into node-pre-gyp at 683f7a5#diff-a5c0267c9158157e6cb61d2c7d42591a and b3bf90a#diff-a5c0267c9158157e6cb61d2c7d42591a
But today I notice that https://iojs.org/download/release/index.json is now reporting 42
for these releases while 43
is still used at https://github.com/iojs/io.js/blob/b27931b0fedc5fad638d637525aba84b2754ed5f/src/node_version.h#L48
I see some discussion of reverts at nodejs/node#952 and nodejs/node#1026 but I'm not following what is happening. Can you clarify?