From 40cb087e9ef1087ccb24e0543f894c980c95ec5a Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Sat, 6 Jan 2018 12:45:27 -0300 Subject: [PATCH] Preparing release v1.1.0 --- scripts/install_fw_duplex.sh | 2 +- scripts/install_fw_hshat.sh | 2 +- scripts/install_fw_librekit.sh | 2 +- scripts/install_fw_rpi.sh | 2 +- scripts/install_fw_usb.sh | 2 +- version.h | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/install_fw_duplex.sh b/scripts/install_fw_duplex.sh index 5c09313..3299efb 100755 --- a/scripts/install_fw_duplex.sh +++ b/scripts/install_fw_duplex.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.0.2" +FW_VERSION="v1.1.0" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem1441" diff --git a/scripts/install_fw_hshat.sh b/scripts/install_fw_hshat.sh index 4aa8773..dbddc39 100755 --- a/scripts/install_fw_hshat.sh +++ b/scripts/install_fw_hshat.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.0.2" +FW_VERSION="v1.1.0" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem1441" diff --git a/scripts/install_fw_librekit.sh b/scripts/install_fw_librekit.sh index 5b15e22..db21526 100755 --- a/scripts/install_fw_librekit.sh +++ b/scripts/install_fw_librekit.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.0.2" +FW_VERSION="v1.1.0" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem1441" diff --git a/scripts/install_fw_rpi.sh b/scripts/install_fw_rpi.sh index e5b0b21..69d5534 100755 --- a/scripts/install_fw_rpi.sh +++ b/scripts/install_fw_rpi.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.0.2" +FW_VERSION="v1.1.0" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem1441" diff --git a/scripts/install_fw_usb.sh b/scripts/install_fw_usb.sh index 0c64096..1e2f494 100755 --- a/scripts/install_fw_usb.sh +++ b/scripts/install_fw_usb.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.0.2" +FW_VERSION="v1.1.0" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem1441" diff --git a/version.h b/version.h index 23acfaf..4bab86d 100644 --- a/version.h +++ b/version.h @@ -22,9 +22,9 @@ #include "Config.h" #define VER_MAJOR "1" -#define VER_MINOR "0" -#define VER_REV "5" -#define VERSION_DATE "20171231" +#define VER_MINOR "1" +#define VER_REV "0" +#define VERSION_DATE "20180106" #if defined(ZUMSPOT_ADF7021) #define BOARD_INFO "ZUMspot"