Skip to content

Commit 9372618

Browse files
committed
Bump GUI version to 0.6.5
1 parent 54c4adc commit 9372618

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Our primary user base is scientists performing electrophysiology experiments wit
3333

3434
The easiest way to get started is to download the installer for your platform of choice:
3535

36-
- [Windows](https://openephysgui.jfrog.io/artifactory/Release-Installer/windows/Install-Open-Ephys-GUI-v0.6.4.exe)
37-
- [Ubuntu/Debian](https://openephysgui.jfrog.io/artifactory/Release-Installer/linux/open-ephys-gui-v0.6.4.deb)
38-
- [macOS](https://openephysgui.jfrog.io/artifactory/Release-Installer/mac/Open_Ephys_GUI_v0.6.4.dmg)
36+
- [Windows](https://openephysgui.jfrog.io/artifactory/Release-Installer/windows/Install-Open-Ephys-GUI-v0.6.5.exe)
37+
- [Ubuntu/Debian](https://openephysgui.jfrog.io/artifactory/Release-Installer/linux/open-ephys-gui-v0.6.5.deb)
38+
- [macOS](https://openephysgui.jfrog.io/artifactory/Release-Installer/mac/Open_Ephys_GUI_v0.6.5.dmg)
3939

40-
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.4-windows.zip), [Linux](https://openephysgui.jfrog.io/artifactory/Release/linux/open-ephys-v0.6.4-linux.zip), or [Mac](https://openephysgui.jfrog.io/artifactory/Release/mac/open-ephys-v0.6.4-mac.zip).
40+
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.5-windows.zip), [Linux](https://openephysgui.jfrog.io/artifactory/Release/linux/open-ephys-v0.6.5-linux.zip), or [Mac](https://openephysgui.jfrog.io/artifactory/Release/mac/open-ephys-v0.6.5-mac.zip).
4141

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

Resources/Configs/acq_board_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<SETTINGS>
44
<INFO>
5-
<VERSION>0.6.4</VERSION>
5+
<VERSION>0.6.5</VERSION>
66
<PLUGIN_API_VERSION>8</PLUGIN_API_VERSION>
77
<DATE>unknown</DATE>
88
<OS>Windows, Linux, or macOS</OS>

Resources/Configs/file_reader_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<SETTINGS>
44
<INFO>
5-
<VERSION>0.6.4</VERSION>
5+
<VERSION>0.6.5</VERSION>
66
<PLUGIN_API_VERSION>8</PLUGIN_API_VERSION>
77
<DATE>unknown</DATE>
88
<OS>Windows, Linux, or macOS</OS>

Resources/Configs/neuropixels_pxi_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<SETTINGS>
44
<INFO>
5-
<VERSION>0.6.4</VERSION>
5+
<VERSION>0.6.5</VERSION>
66
<PLUGIN_API_VERSION>8</PLUGIN_API_VERSION>
77
<DATE>unknown</DATE>
88
<OS>Windows</OS>

Resources/Configs/oe_acq_board_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<SETTINGS>
44
<INFO>
5-
<VERSION>0.6.4</VERSION>
5+
<VERSION>0.6.5</VERSION>
66
<PLUGIN_API_VERSION>8</PLUGIN_API_VERSION>
77
<DATE>unknown</DATE>
88
<OS>Windows, Linux, or macOS</OS>

Resources/Installers/Linux/Open-Ephys_Installer/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: open-ephys
2-
Version: 0.6.4
2+
Version: 0.6.5
33
Architecture: amd64
44
Installed-Size: 18644
55
Section: science

Resources/Installers/Linux/Open-Ephys_Installer/DEBIAN/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Upstream-Name: Open Ephys Plugin GUI
33
Source: https://github.com/open-ephys/plugin-GUI/
44

55
Files: *
6-
Copyright: 2022 Open Ephys <[email protected]>
6+
Copyright: 2023 Open Ephys <[email protected]>
77
License: GPL-3+
88
This program is free software: you can redistribute it and/or modify
99
it under the terms of the GNU General Public License as published by

Resources/Installers/Windows/windows_installer_script.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Setup]
22
AppName=Open Ephys
3-
AppVersion=0.6.4
4-
AppVerName=Open Ephys 0.6.4
5-
AppCopyright=Copyright (C) 2010-2022, Open Ephys & Contributors
3+
AppVersion=0.6.5
4+
AppVerName=Open Ephys 0.6.5
5+
AppCopyright=Copyright (C) 2010-2023, Open Ephys & Contributors
66
AppPublisher=open-ephys.org
77
AppPublisherURL=https://open-ephys.org/gui
88
DefaultDirName={autopf}\Open Ephys

0 commit comments

Comments
 (0)