Skip to content

Commit

Permalink
Update to version 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hvxl committed Feb 24, 2022
1 parent 59b39ae commit b022388
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions otmonitor.vfs/otmonitor.inf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Language "0409"
CodePage "04b0"
FileDescription "Opentherm Monitor 5.2"
FileVersion "5.2"
FileDescription "Opentherm Monitor 5.3"
FileVersion "5.3"
ProductName "Opentherm Monitor"
ProductVersion "5.2.0.0"
ProductVersion "5.3.0.0"
OriginalFilename "otmonitor.exe"
InternalName "otmonitor"
CompanyName "Tclcode"
LegalCopyright "Copyright © 2021 by Schelte Bron"
LegalCopyright "Copyright © 2022 by Schelte Bron"
WebSiteURL "http://otgw.tclcode.com/"
2 changes: 1 addition & 1 deletion otmonitor.vfs/otmonitor.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Opentherm monitor utility.
# For more information, see http://otgw.tclcode.com/otmonitor.html

set version 5.2
set version 5.3
set reportflags 0
set appendlog 0
set setpt 20.00
Expand Down
2 changes: 1 addition & 1 deletion otmonitor.vfs/upgrade.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ proc upgrade::eeprom {version} {
4.0a9 4.0a9.1 4.0a10 4.0a11 4.0a11.1 4.0a11.2 4.0a12
}
if {$version == 0 || \
$version ni $supported && ![package vsatisfies $version 4.0b0-5.3]} {
$version ni $supported && ![package vsatisfies $version 4.0b0-5.4]} {
return {}
}
set rc {
Expand Down

0 comments on commit b022388

Please sign in to comment.