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

Building release-v0.11.1.0 doesn't produce the correct version #946

Closed
benma opened this issue Nov 10, 2017 · 6 comments
Closed

Building release-v0.11.1.0 doesn't produce the correct version #946

benma opened this issue Nov 10, 2017 · 6 comments
Labels

Comments

@benma
Copy link

benma commented Nov 10, 2017

I checked out release-v0.11.1.0, built the code using build.sh, and get this:

$ ./build/release/bin/monerod --version
Monero 'Helium Hydra' (v0.11.0.0-72b5f37f)

which is unexpected (.0 instead of .1).

The same from the downloaded binary from the release:

$ ./monerod --version
Monero 'Helium Hydra' (v0.11.1.0-release)

Building on linux 64 bit.

$ git describe
v0.11.1.0

In the monero submodule:

$ git describe
v0.10.3.1-950-gaf448d38
@dEBRUYNE-1
Copy link
Contributor

Try deleting version/version.h and then rebuild.

@benma
Copy link
Author

benma commented Nov 12, 2017

That results in a number of compilation errors:

fatal error: version.h: No such file or directory

@dEBRUYNE-1
Copy link
Contributor

Have you tried a fresh git clone?

@benma
Copy link
Author

benma commented Nov 13, 2017

I have. Same result. Does it work for you?

@Jaqueeee
Copy link
Contributor

I can't reproduce this either with release-v0.11.1.0 checked out. However, when building master branch I get the same output from git describe in monero submodule, which makes sense, since monero master branch still has 0.10.3.1 tag.

@sanderfoobar
Copy link
Contributor

+resolved

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

5 participants