From a6ee87f84dba1a8c234c4553f72dc952a4f845ad Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Mon, 25 Apr 2016 22:16:33 +0200 Subject: [PATCH] Minor textual improvements --- Frequently-Asked-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 7d200d3..9141130 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -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.