diff --git a/data/y-web/Makefile.am b/data/y-web/Makefile.am index d464b5e70..152f4ae54 100644 --- a/data/y-web/Makefile.am +++ b/data/y-web/Makefile.am @@ -156,4 +156,3 @@ install-data-hook: ; @# NI-yWeb cp $(DESTDIR)$(PRIVATE_HTTPDDIR)/styles/Y_Dist-NI_dark.css $(DESTDIR)$(PRIVATE_HTTPDDIR)/Y_Dist.css - sed -i 's|version=\(.*\)|version=\1 by NI|' $(DESTDIR)$(PRIVATE_HTTPDDIR)/Y_Version.txt diff --git a/data/y-web/Y_About.yhtm b/data/y-web/Y_About.yhtm index d001e174d..50061b6f2 100644 --- a/data/y-web/Y_About.yhtm +++ b/data/y-web/Y_About.yhtm @@ -15,7 +15,7 @@
{=ini-get:Y_Version.txt;version=}
{=ini-get:Y_Version.txt;date=}
- {=ini-get:Y_Version.txt;type=}
+
{=ini-get:Y_Version.txt;info=}
{=ini-get:/tmp/version.txt;version=}
{=ini-get:/tmp/version.txt;date=}
- {=ini-get:/tmp/version.txt;type=}
+
{=ini-get:/tmp/version.txt;info=}
{=if-empty:{=ini-get:/tmp/version.txt;url=}~~
{=L:download=}
diff --git a/data/y-web/Y_Version.txt b/data/y-web/Y_Version.txt
index 8cb0e905d..f0acb3c47 100644
--- a/data/y-web/Y_Version.txt
+++ b/data/y-web/Y_Version.txt
@@ -1,4 +1,3 @@
-version=2.9.0.40
-date=01.03.2017
-type=Release
+version=2.9.0.41
+date=29.01.2019
info=NI-Neutrino
diff --git a/data/y-web/scripts/Y_Tools.sh b/data/y-web/scripts/Y_Tools.sh
index 9b5bf40db..d93b15bf2 100755
--- a/data/y-web/scripts/Y_Tools.sh
+++ b/data/y-web/scripts/Y_Tools.sh
@@ -581,7 +581,7 @@ case "$1" in
fbshot) shift 1; do_fbshot $* ;;
fbshot_clear) do_fbshot_clear ;;
screenshot_clear) do_screenshot_clear ;;
- get_update_version) wget -O /tmp/version.txt "http://raw.github.com/tuxbox-neutrino/gui-neutrino/master/src/nhttpd/web/Y_Version.txt" ;;
+ get_update_version) wget -O /tmp/version.txt "https://bitbucket.org/neutrino-images/ni-neutrino-hd/raw/HEAD/data/y-web/Y_Version.txt" ;;
settings_backup_restore) shift 1; do_settings_backup_restore $* ;;
exec_cmd) shift 1; $* ;;
automount_list) shift 1; do_automount_list $* ;;