2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-18 12:06:04 +00:00

70_WINCONNECT: Release 0.0.26

git-svn-id: https://svn.fhem.de/fhem/trunk@15656 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
michael.winkler 2017-12-20 21:58:36 +00:00
parent fd4feed096
commit ca4c96cdd0

View File

@ -1,6 +1,9 @@
# $Id$
############################################################################
# 2017-12-19, v0.0.25
# 2017-12-20, v0.0.26
#
# v0.0.26
# - BUFIX: [WinWebGUI] - Installation Windows Service
#
# v0.0.25
# - FEATURE: [WinWebGUI] - Starten als Windows Dienst
@ -195,9 +198,9 @@ sub WINCONNECT_Define($$);
sub WINCONNECT_Undefine($$);
# Autoupdateinformationen
my $DownloadGURL = "https://gitlab.com/michael.winkler/winconnect/raw/master/WinControl_0.0.25.exe";
my $DownloadSURL = "https://gitlab.com/michael.winkler/winconnect/raw/master/WinControlService_0.0.25.exe";
my $DownloadVer = "0.0.25";
my $DownloadGURL = "https://gitlab.com/michael.winkler/winconnect/raw/master/WinControl_0.0.26.exe";
my $DownloadSURL = "https://gitlab.com/michael.winkler/winconnect/raw/master/WinControlService_0.0.26.exe";
my $DownloadVer = "0.0.26";
my $DownloadError = "";
###################################