Skip to content

Commit

Permalink
Bump GUI version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Aug 18, 2022
1 parent 9f2c14d commit 45bdad6
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Open Ephys GUI main build file
cmake_minimum_required(VERSION 3.5.0)

set(GUI_VERSION 0.6.0)
set(GUI_VERSION 0.6.1)

string(REGEX MATCHALL "[0-9]+" VERSION_LIST ${GUI_VERSION})
set(GUI_VERSION_HEX "0x")
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://openephysgui.jfrog.io/artifactory/Release-Installer/windows/Install-Open-Ephys-GUI-v0.6.0.exe)
- [Ubuntu/Debian](https://openephysgui.jfrog.io/artifactory/Release-Installer/linux/open-ephys-gui-v0.6.0.deb)
- [macOS](https://openephysgui.jfrog.io/artifactory/Release-Installer/mac/Open_Ephys_GUI_v0.6.0.dmg)
- [Windows](https://openephysgui.jfrog.io/artifactory/Release-Installer/windows/Install-Open-Ephys-GUI-v0.6.1.exe)
- [Ubuntu/Debian](https://openephysgui.jfrog.io/artifactory/Release-Installer/linux/open-ephys-gui-v0.6.1.deb)
- [macOS](https://openephysgui.jfrog.io/artifactory/Release-Installer/mac/Open_Ephys_GUI_v0.6.1.dmg)

It’s also possible to obtain the binaries as a .zip file for [Windows](https://openephysgui.jfrog.io/artifactory/Release/windows/open-ephys-v0.6.0-windows.zip), [Linux](https://openephysgui.jfrog.io/artifactory/Release/linux/open-ephys-v0.6.0-linux.zip), or [Mac](https://openephysgui.jfrog.io/artifactory/Release/mac/open-ephys-v0.6.0-mac.zip).
It’s also possible to obtain the binaries as a .zip file for [Windows](https://openephysgui.jfrog.io/artifactory/Release/windows/open-ephys-v0.6.1-windows.zip), [Linux](https://openephysgui.jfrog.io/artifactory/Release/linux/open-ephys-v0.6.1-linux.zip), or [Mac](https://openephysgui.jfrog.io/artifactory/Release/mac/open-ephys-v0.6.1-mac.zip).

Detailed installation instructions can be found [here](https://open-ephys.github.io/gui-docs/User-Manual/Installing-the-GUI.html).

Expand Down
2 changes: 1 addition & 1 deletion Resources/Configs/acq_board_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<SETTINGS>
<INFO>
<VERSION>0.6.0</VERSION>
<VERSION>0.6.1</VERSION>
<PLUGIN_API_VERSION>8</PLUGIN_API_VERSION>
<DATE>unknown</DATE>
<OS>Windows, Linux, or macOS</OS>
Expand Down
2 changes: 1 addition & 1 deletion Resources/Configs/file_reader_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<SETTINGS>
<INFO>
<VERSION>0.6.0</VERSION>
<VERSION>0.6.1</VERSION>
<PLUGIN_API_VERSION>8</PLUGIN_API_VERSION>
<DATE>unknown</DATE>
<OS>Windows, Linux, or macOS</OS>
Expand Down
2 changes: 1 addition & 1 deletion Resources/Configs/neuropixels_pxi_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<SETTINGS>
<INFO>
<VERSION>0.6.0</VERSION>
<VERSION>0.6.1</VERSION>
<PLUGIN_API_VERSION>8</PLUGIN_API_VERSION>
<DATE>unknown</DATE>
<OS>Windows</OS>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: open-ephys
Version: 0.6.0
Version: 0.6.1
Architecture: amd64
Installed-Size: 18644
Section: science
Expand Down
23 changes: 21 additions & 2 deletions Resources/Installers/Linux/Open-Ephys_Installer/DEBIAN/copyright
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Open Ephys Plugin GUI
Source: https://github.com/open-ephys/plugin-GUI/

Files: *
Copyright: 2021 Open Ephys <[email protected]>
License: GPL-3+
Copyright: 2022 Open Ephys <[email protected]>
License: GPL-3+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
4 changes: 2 additions & 2 deletions Resources/Installers/Windows/windows_installer_script.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Setup]
AppName=Open Ephys
AppVersion=0.6.0
AppVerName=Open Ephys 0.6.0
AppVersion=0.6.1
AppVerName=Open Ephys 0.6.1
AppPublisher=open-ephys.org
AppPublisherURL=https://open-ephys.org/gui
DefaultDirName={autopf}\Open Ephys
Expand Down

0 comments on commit 45bdad6

Please sign in to comment.