Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is version 2.0.550 marked as 2.0.301? #9788

Closed
qwer1304 opened this issue Jun 7, 2018 · 3 comments
Closed

Why is version 2.0.550 marked as 2.0.301? #9788

qwer1304 opened this issue Jun 7, 2018 · 3 comments

Comments

@qwer1304
Copy link

qwer1304 commented Jun 7, 2018

Attach (recommended) or Link to PDF file here:

Configuration:

  • Web browser and its version:
  • Operating system and its version:
  • PDF.js version:
  • Is a browser extension:

Steps to reproduce the problem:
1.
2.

What is the expected behavior? (add screenshot)

What went wrong? (add screenshot)

Link to a viewer (if hosted on a site other than mozilla.github.io/pdf.js or as Firefox/Chrome extension):

@brendandahl
Copy link
Contributor

Where is it marked as 2.0.301? In the pdf.js file I see pdfjsVersion = '2.0.550'

@timvandermeij
Copy link
Contributor

timvandermeij commented Jun 7, 2018

Make sure to download the release from https://github.com/mozilla/pdf.js/releases/tag/2.0.550. If you still see 2.0.301 somewhere, please state exactly where you found it because we cannot find it. Thanks.

@qwer1304
Copy link
Author

qwer1304 commented Jun 8, 2018

I downloaded sources from 2.0.550 tag.

I built Chrome extension as shown in instructions.

In pdf.worker.js and pdf.js I can see the lines:
var pdfjsVersion = '2.0.301';
var pdfjsBuild = 'fd242ad';

The files are in:
pdf.js\build\chromium\content\build

The files date is my build date.


The plot thickens:
Deleted previous directory (EVERYTHING)
Downloaded source code from 2.0.550 release into a NEW directory
Rebuilt extension for Chrome

Version now is 2.0.0
In pdf.js and pdf.worker.js:
var pdfjsVersion = '2.0.0';
var pdfjsBuild = '';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants