Skip to content

Commit

Permalink
Merge pull request #847 from openzim/bump_minor_version
Browse files Browse the repository at this point in the history
Bump minor version and add new api to get if archive has alias.
  • Loading branch information
kelson42 authored Dec 15, 2023
2 parents abf7c11 + 447b96d commit 9f1cbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fileheader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace zim
const uint32_t Fileheader::zimMagic = 0x044d495a; // ="ZIM^d"
const uint16_t Fileheader::zimOldMajorVersion = 5;
const uint16_t Fileheader::zimMajorVersion = 6;
const uint16_t Fileheader::zimMinorVersion = 1;
const uint16_t Fileheader::zimMinorVersion = 2;
const offset_type Fileheader::size = 80; // This is also mimeListPos (so an offset)

void Fileheader::write(int out_fd) const
Expand Down

0 comments on commit 9f1cbab

Please sign in to comment.