Skip to content

Commit

Permalink
Bump GUI version to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Oct 19, 2020
1 parent 3fa8abc commit 2218372
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.5.1)
set(GUI_VERSION 0.5.2)

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 @@ -32,11 +32,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.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.1.deb)
- [macOS](https://dl.bintray.com/open-ephys-gui/Release-Installer/Open_Ephys_GUI_v0.5.1.dmg)
- [Windows](https://dl.bintray.com/open-ephys-gui/Release-Installer/Install-Open-Ephys-GUI-v0.5.2.exe) (Neuropixels plugins available via File -> Plugin Installer)
- [Ubuntu/Debian](https://dl.bintray.com/open-ephys-gui/Release-Installer/open-ephys-gui-v0.5.2.deb)
- [macOS](https://dl.bintray.com/open-ephys-gui/Release-Installer/Open_Ephys_GUI_v0.5.2.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.1-windows.zip), [Linux](https://dl.bintray.com/open-ephys-gui/Release/open-ephys-v0.5.1-linux.zip), or [Mac](https://dl.bintray.com/open-ephys-gui/Release/open-ephys-v0.5.1-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.2-windows.zip), [Linux](https://dl.bintray.com/open-ephys-gui/Release/open-ephys-v0.5.2-linux.zip), or [Mac](https://dl.bintray.com/open-ephys-gui/Release/open-ephys-v0.5.2-mac.zip).

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: open-ephys
Version: 0.5.1
Version: 0.5.2
Architecture: amd64
Installed-Size: 18644
Section: science
Expand Down
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.5.1
AppVerName=Open Ephys 0.5.1
AppVersion=0.5.2
AppVerName=Open Ephys 0.5.2
AppPublisher=open-ephys.org
AppPublisherURL=https://open-ephys.org/gui
DefaultDirName={autopf}\Open Ephys
Expand Down

0 comments on commit 2218372

Please sign in to comment.