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

build_version: apply the build tag to the Speedb version string (#231) #233

Conversation

isaac-io
Copy link
Contributor

The changes in #157 were accidentally applied to the GetRocksVersionAsString() function instead of the GetSpeedbVersionAsString() function. This replaced the RocksDB patch number with the Speedb one, and added the build tag in the wrong place.

Fix it by moving the logic to the intended function.

Copy link
Contributor

@mrambacher mrambacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix!

The changes in #157 were accidentally applied to the `GetRocksVersionAsString()`
function instead of the `GetSpeedbVersionAsString()` function. This replaced
the RocksDB patch number with the Speedb one, and added the build tag in
the wrong place.

Fix it by moving the logic to the intended function.
@isaac-io isaac-io force-pushed the 231-version-the-build-tag-is-incorrectly-added-to-the-rocksdb-version-string branch from 039748d to 28b65fb Compare November 10, 2022 12:35
@isaac-io isaac-io changed the title build_version: apply the build tag to the Speedb (#231) build_version: apply the build tag to the Speedb version string (#231) Nov 10, 2022
@isaac-io isaac-io merged commit 6441b21 into main Nov 12, 2022
@isaac-io isaac-io deleted the 231-version-the-build-tag-is-incorrectly-added-to-the-rocksdb-version-string branch November 12, 2022 22:04
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

Successfully merging this pull request may close these issues.

version: the build tag is incorrectly added to the RocksDB version string
3 participants