Skip to content

Commit

Permalink
core-clp: Update archive format version due to previous format change…
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues authored Jun 10, 2024
1 parent 4e599b6 commit 88924db
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -4,7 +4,7 @@
#include "../Defs.h"

namespace clp::streaming_archive {
constexpr archive_format_version_t cArchiveFormatVersion = cArchiveFormatDevVersionFlag | 8;
constexpr archive_format_version_t cArchiveFormatVersion = cArchiveFormatDevVersionFlag | 9;
constexpr char cSegmentsDirname[] = "s";
constexpr char cSegmentListFilename[] = "segment_list.txt";
constexpr char cLogTypeDictFilename[] = "logtype.dict";
Expand Down

0 comments on commit 88924db

Please sign in to comment.