Skip to content

Commit

Permalink
Bump db version
Browse files Browse the repository at this point in the history
  • Loading branch information
Malacath-92 committed Apr 2, 2021
1 parent e574800 commit 7fe8c59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/playlunky/mod/mod_database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
// 0xD00FAFFE -- v0.4.1
// 0xABAD1DEA -- v0.4.2
// 0xBADAB000 -- v0.5.6
// 0xABCDEF16 -- v0.7.0 (beta)
// 0xABACAB00 -- v0.7.0 (latest)
static constexpr std::uint32_t s_ModDatabaseMagicNumber{ 0xABCDEF16 };
// 0xABCDEF16 -- v0.7.0
// 0xABACAB00 -- v0.7.1
static constexpr std::uint32_t s_ModDatabaseMagicNumber{ 0xABACAB00 };

ModDatabase::ModDatabase(std::filesystem::path database_folder, std::filesystem::path mod_folder, ModDatabaseFlags flags)
: mDatabaseFolder(std::move(database_folder))
Expand Down

0 comments on commit 7fe8c59

Please sign in to comment.