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

protoc-3.12.2-linux-x86_64.zip: protoc --version is 3.12.1 #7560

Closed
ukai opened this issue May 27, 2020 · 4 comments
Closed

protoc-3.12.2-linux-x86_64.zip: protoc --version is 3.12.1 #7560

ukai opened this issue May 27, 2020 · 4 comments
Assignees
Labels

Comments

@ukai
Copy link

ukai commented May 27, 2020

What version of protobuf and what language are you using?
Version: v3.12.2

What operating system (Linux, Windows, ...) and version?
Linux

What did you do?
Steps to reproduce the behavior:

  1. Download protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protoc-3.12.2-linux-x86_64.zip
  2. Extract zip file.
  3. Run protoc --version

What did you expect to see
libprotoc 3.12.2

What did you see instead?
libprotoc 3.12.1

Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).

Anything else we should know about your project / environment

@EdwinBetanc0urt
Copy link

EdwinBetanc0urt commented May 29, 2020

Greetings @ukai , I have the same problem, I use a script (install-protoc.sh) to download and unzip the last release to the folder I need, however I notice that it downloads version 3.12.2 and when I check the version in my operating system it shows that it has the previous version 3.12.1.

To get out of doubts I downloaded and unzipped manually the release 3.12.2 and I get the same result:
libprotoc 3.12.1

@chengzh2008
Copy link

I have also seen this issue for the mac version. protoc-3.12.2-osx-x86_64.zip: protoc --version is 3.12.1

@llimllib
Copy link

llimllib commented Sep 9, 2020

Reproducer as a single command:

$ (cd /tmp && \
    wget -q https://github.com/protocolbuffers/protobuf/releases/download/v3.12.2/protoc-3.12.2-osx-x86_64.zip && \
    unzip -qf protoc-3.12.2-osx-x86_64.zip && \
    bin/protoc --version)
libprotoc 3.12.1

is there any hope of updating the binary?

@haberman
Copy link
Member

Closing as obsolete.

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

No branches or pull requests

6 participants