Minor textual improvements

Tim van der Meij 2016-04-25 22:16:33 +02:00
parent 1b54e07651
commit a6ee87f84d

@ -173,7 +173,7 @@ Please periodically check or subscribe to our dev-pdf-js@lists.mozilla.org maili
PDF.js is a general-purpose library to parse and render PDFs. At the moment it's included in the number of projects such as Firefox, Firefox OS, Chromium Extension, etc. We are recording our changes to the library with Github [pull requests](https://github.com/mozilla/pdf.js/pulls). Also the log of the changes is available from the git log.
The version number consists of three digits: the major release number, minor release number and build number. Before 1.2, the major and minor number are selected when some major milestone is reached. Currently, we are practicing semantic versioning: so major version release means we can break API, and minor version release means added functionality and backwards compatible change. The build number is incremented by one each time when new a commit is pushed to the master branch. For sanity check, we accompany each version number with the SHA number of the latest commit.
The version number consists of three digits: the major release number, minor release number and build number. Before version 1.2, the major and minor numbers were selected when some major milestone was reached. Currently, we are practicing semantic versioning, where a major version release means that we can introduce API-breaking changes and a minor version release indicates added functionality and backwards compatible changes. The build number is incremented by one each time a new commit is pushed to the master branch. As a sanity check, we accompany each version number with the SHA hash of the latest commit.
We are moving fast and trying to land as much good stuff as we can review and test. The [generic viewer](http://mzl.la/pdf-js) and development version of Firefox PDF Viewer [extension](http://mzl.la/pdf-xpi) always contain the latest PDF.js build and available for testing.