Skip to content

Commit 7d8c513

Browse files
committed
Bump GUI version to 1.0.1
1 parent 7fc9c4f commit 7d8c513

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Open Ephys GUI main build file
22
cmake_minimum_required(VERSION 3.15)
33

4-
set(GUI_VERSION 1.0.0)
4+
set(GUI_VERSION 1.0.1)
55

66
string(REGEX MATCHALL "[0-9]+" VERSION_LIST ${GUI_VERSION})
77
list(LENGTH VERSION_LIST num_version_components)

README.md

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

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

39-
- [Windows](https://openephys.jfrog.io/artifactory/GUI-binaries/Release-Installer/windows/Install-Open-Ephys-GUI-v1.0.0.exe)
40-
- [Ubuntu/Debian](https://openephys.jfrog.io/artifactory/GUI-binaries/Release-Installer/linux/open-ephys-gui-v1.0.0.deb)
41-
- [macOS](https://openephys.jfrog.io/artifactory/GUI-binaries/Release-Installer/mac/Open_Ephys_GUI_v1.0.0.dmg)
39+
- [Windows](https://openephys.jfrog.io/artifactory/GUI-binaries/Release-Installer/windows/Install-Open-Ephys-GUI-v1.0.1.exe)
40+
- [Ubuntu/Debian](https://openephys.jfrog.io/artifactory/GUI-binaries/Release-Installer/linux/open-ephys-gui-v1.0.1.deb)
41+
- [macOS](https://openephys.jfrog.io/artifactory/GUI-binaries/Release-Installer/mac/Open_Ephys_GUI_v1.0.1.dmg)
4242

43-
It’s also possible to obtain the binaries as a .zip file for [Windows](https://openephys.jfrog.io/artifactory/GUI-binaries/Release/windows/open-ephys-v1.0.0-windows.zip), [Linux](https://openephys.jfrog.io/artifactory/GUI-binaries/Release/linux/open-ephys-v1.0.0-linux.zip), or [Mac](https://openephys.jfrog.io/artifactory/GUI-binaries/Release/mac/open-ephys-v1.0.0-mac.zip).
43+
It’s also possible to obtain the binaries as a .zip file for [Windows](https://openephys.jfrog.io/artifactory/GUI-binaries/Release/windows/open-ephys-v1.0.1-windows.zip), [Linux](https://openephys.jfrog.io/artifactory/GUI-binaries/Release/linux/open-ephys-v1.0.1-linux.zip), or [Mac](https://openephys.jfrog.io/artifactory/GUI-binaries/Release/mac/open-ephys-v1.0.1-mac.zip).
4444

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

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: 1.0.0
2+
Version: 1.0.1
33
Architecture: amd64
44
Installed-Size: 18644
55
Section: science

Resources/Installers/Windows/windows_installer_script.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Setup]
22
AppId=Open Ephys
33
AppName=Open Ephys GUI
4-
AppVersion=1.0.0
5-
AppVerName=Open Ephys GUI 1.0.0
4+
AppVersion=1.0.1
5+
AppVerName=Open Ephys GUI 1.0.1
66
AppCopyright=Copyright (C) 2010-2025, Open Ephys & Contributors
77
AppPublisher=open-ephys.org
88
AppPublisherURL=https://open-ephys.org/gui

Resources/Scripts/install_linux_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
apt-get -y install build-essential
99

1010
# install Juce dependencies
11-
apt-get -y install freeglut3-dev libfreetype*-dev libxinerama-dev libxcursor-dev libasound2-dev libxrandr-dev libcurl4-openssl-dev
11+
apt-get -y install freeglut3-dev libfreetype*-dev libfontconfig1-dev libxinerama-dev libxcursor-dev libasound2-dev libxrandr-dev libcurl4-openssl-dev

0 commit comments

Comments
 (0)