From ea57b8a14f3c3231a0c96ede61d62119b59cc6a5 Mon Sep 17 00:00:00 2001 From: Pavel Kulik Date: Thu, 4 Feb 2021 16:00:07 -0800 Subject: [PATCH] Bump GUI version to v0.5.3.1 --- CMakeLists.txt | 2 +- README.md | 8 ++++---- .../Installers/Linux/Open-Ephys_Installer/DEBIAN/control | 2 +- Resources/Installers/Windows/windows_installer_script.iss | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ccb9fdf730..70fc7eaf4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ #Open Ephys GUI main build file cmake_minimum_required(VERSION 3.5.0) -set(GUI_VERSION 0.5.3) +set(GUI_VERSION 0.5.3.1) string(REGEX MATCHALL "[0-9]+" VERSION_LIST ${GUI_VERSION}) set(GUI_VERSION_HEX "0x") diff --git a/README.md b/README.md index ce370b5b3a..5504c7a0e0 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ Our primary user base is scientists performing electrophysiology experiments wit The easiest way to get started is to download the installer for your platform of choice: -- [Windows](https://dl.bintray.com/open-ephys-gui/Release-Installer/Install-Open-Ephys-GUI-v0.5.3.exe) (Neuropixels plugins available via File -> Plugin Installer) -- [Ubuntu/Debian](https://dl.bintray.com/open-ephys-gui/Release-Installer/open-ephys-gui-v0.5.3.deb) -- [macOS](https://dl.bintray.com/open-ephys-gui/Release-Installer/Open_Ephys_GUI_v0.5.3.dmg) +- [Windows](https://dl.bintray.com/open-ephys-gui/Release-Installer/Install-Open-Ephys-GUI-v0.5.3.1.exe) (Neuropixels plugins available via File -> Plugin Installer) +- [Ubuntu/Debian](https://dl.bintray.com/open-ephys-gui/Release-Installer/open-ephys-gui-v0.5.3.1.deb) +- [macOS](https://dl.bintray.com/open-ephys-gui/Release-Installer/Open_Ephys_GUI_v0.5.3.1.dmg) -It’s also possible to obtain the binaries as a .zip file for [Windows](https://dl.bintray.com/open-ephys-gui/Release/open-ephys-v0.5.3-windows.zip), [Linux](https://dl.bintray.com/open-ephys-gui/Release/open-ephys-v0.5.3-linux.zip), or [Mac](https://dl.bintray.com/open-ephys-gui/Release/open-ephys-v0.5.3-mac.zip). +It’s also possible to obtain the binaries as a .zip file for [Windows](https://dl.bintray.com/open-ephys-gui/Release/open-ephys-v0.5.3.1-windows.zip), [Linux](https://dl.bintray.com/open-ephys-gui/Release/open-ephys-v0.5.3.1-linux.zip), or [Mac](https://dl.bintray.com/open-ephys-gui/Release/open-ephys-v0.5.3.1-mac.zip). Detailed installation instructions can be found [here](https://open-ephys.github.io/gui-docs/User-Manual/Installing-the-GUI.html). diff --git a/Resources/Installers/Linux/Open-Ephys_Installer/DEBIAN/control b/Resources/Installers/Linux/Open-Ephys_Installer/DEBIAN/control index 1187228b45..2527524176 100644 --- a/Resources/Installers/Linux/Open-Ephys_Installer/DEBIAN/control +++ b/Resources/Installers/Linux/Open-Ephys_Installer/DEBIAN/control @@ -1,5 +1,5 @@ Package: open-ephys -Version: 0.5.3 +Version: 0.5.3.1 Architecture: amd64 Installed-Size: 18644 Section: science diff --git a/Resources/Installers/Windows/windows_installer_script.iss b/Resources/Installers/Windows/windows_installer_script.iss index 7815bf9201..7d1bb1c22e 100644 --- a/Resources/Installers/Windows/windows_installer_script.iss +++ b/Resources/Installers/Windows/windows_installer_script.iss @@ -1,7 +1,7 @@ [Setup] AppName=Open Ephys -AppVersion=0.5.3 -AppVerName=Open Ephys 0.5.3 +AppVersion=0.5.3.1 +AppVerName=Open Ephys 0.5.3.1 AppPublisher=open-ephys.org AppPublisherURL=https://open-ephys.org/gui DefaultDirName={autopf}\Open Ephys