src: add process.versions.icu
authorEvan Lucas <evanlucas@me.com>
Sun, 27 Sep 2015 15:59:02 +0000 (10:59 -0500)
committerJames M Snell <jasnell@gmail.com>
Thu, 8 Oct 2015 03:39:15 +0000 (20:39 -0700)
commit7271cb047cbf2ad0f719142c1e00e4392cb44721
tree14709f436c679d9fb3123afa654ffdc5f714e711
parentf638402e2f458a45585d6b28314a5b819a34bec4
src: add process.versions.icu

If i18n support is present, add the icu version
to process.versions

Fixes: https://github.com/nodejs/node/issues/3089
PR-URL: https://github.com/nodejs/node/pull/3102
Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Rod Vagg <rod@vagg.org>
doc/api/process.markdown
src/node.cc
test/parallel/test-process-versions.js