Skip to content

Commit

Permalink
Bump rocksdb to 7.4.4 (rust-rocksdb#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf authored Aug 1, 2022
1 parent 3256152 commit 63240f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion librocksdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "librocksdb-sys"
version = "0.8.0+7.4.3"
version = "0.8.0+7.4.4"
edition = "2018"
authors = ["Karl Hobley <[email protected]>", "Arkadiy Paronyan <[email protected]>"]
license = "MIT/Apache-2.0/BSD-3-Clause"
Expand Down
8 changes: 4 additions & 4 deletions librocksdb-sys/build_version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

// The build script may replace these values with real values based
// on whether or not GIT is available and the platform settings
static const std::string rocksdb_build_git_sha = "rocksdb_build_git_sha:050027c35d594c01904486ae0f43c84e8a221283";
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v7.4.3";
static const std::string rocksdb_build_git_sha = "e656fa3d196c5b4c8a77255db1e6cd36a7ded348";
static const std::string rocksdb_build_git_tag = "rocksdb_build_git_tag:v7.4.4";
#define HAS_GIT_CHANGES 0
#if HAS_GIT_CHANGES == 0
// If HAS_GIT_CHANGES is 0, the GIT date is used.
// Use the time the branch/tag was last modified
static const std::string rocksdb_build_date = "rocksdb_build_date:2022-07-13 09:49:03";
static const std::string rocksdb_build_date = "rocksdb_build_date:2022-07-19 08:49:59";
#else
// If HAS_GIT_CHANGES is > 0, the branch/tag has modifications.
// Use the time the build was created.
static const std::string rocksdb_build_date = "rocksdb_build_date:2022-07-18 18:09:08";
static const std::string rocksdb_build_date = "rocksdb_build_date:2022-07-19 08:49:59";
#endif

#ifndef ROCKSDB_LITE
Expand Down
1 change: 0 additions & 1 deletion librocksdb-sys/rocksdb_lib_sources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,3 @@ utilities/ttl/db_ttl_impl.cc
utilities/wal_filter.cc
utilities/write_batch_with_index/write_batch_with_index.cc
utilities/write_batch_with_index/write_batch_with_index_internal.cc

0 comments on commit 63240f6

Please sign in to comment.