Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Ehrnsperger committed Nov 11, 2023
1 parent 20f1266 commit 7d48d2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion live/js/live/createHtml.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function clearCheckboxes(form) {
var inputs = form.getElementsByTagName('input');
for (var i = 0; i<inputs.length; i++) {
if (inputs[i].type == 'checkbox') {
inputs[i].checked = false;
inputs[i].checked = false;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

#include <vdr/menuitems.h>

#define LIVEVERSION "3.2.1"
#define LIVEVERSNUM 30201
#define LIVEVERSION "3.3.0"
#define LIVEVERSNUM 30300
#define LIVESUMMARY trNOOP("Live Interactive VDR Environment")

namespace vdrlive {
Expand Down

0 comments on commit 7d48d2d

Please sign in to comment.