From c5a9c6707ddec8fbb3719d0e3c9bfb9d5c475bcd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 28 Jun 2017 11:54:24 +0100 Subject: [PATCH] Stretch version --- src/freedombone-controlpanel | 3 ++- src/freedombone-vars | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 3b395b03..6ca9bf36 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -614,7 +614,8 @@ function show_about { get_apps_installed_names clear - echo "=== ${PROJECT_NAME} version ${VERSION} ($DEBIAN_VERSION) ===\n" + echo "==== ${PROJECT_NAME} version ${VERSION} ($DEBIAN_VERSION) ====" + echo '' show_ip_addresses show_tor_bridges show_ssh_public_key diff --git a/src/freedombone-vars b/src/freedombone-vars index c35fa00a..e39b3bdf 100755 --- a/src/freedombone-vars +++ b/src/freedombone-vars @@ -52,7 +52,7 @@ PROJECT_REPO="https://github.com/bashrc/${PROJECT_NAME}" INSTALLING_ON_BBB="no" # Version number of this script -VERSION="2.00" +VERSION="3.00" # if yes then this minimises the number of descisions presented during install MINIMAL_INSTALL="yes"