Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Jan 31, 2025
1 parent 7891f88 commit 6eb1dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class ArchiveMetadata {

private:
// Variables
archive_format_version_t m_archive_format_version{cArchiveFormatVersion};
archive_format_version_t m_archive_format_version{version::cPublicVersion};
std::string m_creator_id;
uint16_t m_creator_id_len{0};
uint64_t m_creation_idx{0};
Expand Down
2 changes: 1 addition & 1 deletion components/core/src/clp/streaming_archive/Constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace version {
// | --------------- | ---------------- |
// | a.b.c | x.y.z |
//
// Private branch with version x.y.z incompatible with any public version.
// Private branch with version x.y.z incompatible with any public version
//
// | Public version | Private version |
// | --------------- | ---------------- |
Expand Down

0 comments on commit 6eb1dfe

Please sign in to comment.