Skip to content

Commit

Permalink
bump Cache Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishwaldo committed Jul 9, 2020
1 parent f81bc04 commit e60388a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/src/Driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ using namespace OpenZWave;
// 02: 01-12-2011 - Command class m_afterMark sense corrected, and attribute named to match.
// 03: 08-04-2011 - Changed command class instance handling for non-sequential MultiChannel endpoints.
// 04: 12-07-2019 - Changed Interview Order
uint32 const c_configVersion = 4;
// 05: 10-07-2020 - Duration ValueID's changed from Byte to Int. Invalidate Any previous caches.
uint32 const c_configVersion = 5;

static char const* c_libraryTypeNames[] =
{ "Unknown", // library type 0
Expand Down

0 comments on commit e60388a

Please sign in to comment.