Skip to content

Commit

Permalink
bump minimum required firmware version to 2.4.8 (closes #53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Jun 2, 2015
1 parent 375eab3 commit 335d707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vbox/VBox.cpp
Expand Up @@ -39,7 +39,7 @@
using namespace ADDON;
using namespace vbox;

const char * VBox::MINIMUM_SOFTWARE_VERSION = "2.47";
const char * VBox::MINIMUM_SOFTWARE_VERSION = "2.48";

VBox::VBox(const Settings &settings)
: m_settings(settings), m_currentChannel("dummy", "dummy", "dummy", "dummy")
Expand Down

0 comments on commit 335d707

Please sign in to comment.