Some versions are having “-pre” at the end of version number and some are not having.
What is the importance of “-pre”?
Some versions are having -pre at the end of version number and some are
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It means the binary was built from a development or “preview” commit.
From
src/node_version.h:The
-preis removed for releases (ex: 2012.08.03 Version 0.6.21 (maintenance)) and added again with the subsequent version bump (ex: now working on 0.6.22).