Skip to content

Commit ce48ab0

Browse files
committed
Bump GUI version to 1.0.0
1 parent 3b0adc7 commit ce48ab0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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-dev)
4+
set(GUI_VERSION 1.0.0)
55

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

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

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
AppId=Open Ephys
33
AppName=Open Ephys GUI
4-
AppVersion=1.0.0-alpha.1
5-
AppVerName=Open Ephys GUI 1.0.0-alpha.1
4+
AppVersion=1.0.0
5+
AppVerName=Open Ephys GUI 1.0.0
66
AppCopyright=Copyright (C) 2010-2025, Open Ephys & Contributors
77
AppPublisher=open-ephys.org
88
AppPublisherURL=https://open-ephys.org/gui
@@ -220,7 +220,7 @@ function InitializeSetup: Boolean;
220220
begin
221221
222222
// https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
223-
if not IsMsiProductInstalled('{36F68A90-239C-34DF-B58C-64B30153CE35}', PackVersionComponents(14, 42, 34433, 0)) then begin
223+
if not IsMsiProductInstalled('{36F68A90-239C-34DF-B58C-64B30153CE35}', PackVersionComponents(14, 44, 35208, 0)) then begin
224224
Dependency_Add('vcredist2022_x64.exe',
225225
'/passive /norestart',
226226
'Visual C++ 2015-2022 Redistributable (x64)',

Tests/Processors/ProcessorGraphTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ TEST_F (ProcessorGraphTest, LoadFromXMLTest)
8181
<EDITOR isCollapsed="0" isDrawerOpen="0" displayName="File Reader" activeStream="0"/>
8282
</PROCESSOR>
8383
<PROCESSOR name="Bandpass Filter" insertionPoint="1" pluginName="Bandpass Filter"
84-
type="1" index="1" libraryName="Bandpass Filter" libraryVersion="1.0.0-dev"
84+
type="1" index="1" libraryName="Bandpass Filter" libraryVersion="1.0.0"
8585
processorType="1" nodeId="101">
8686
<PROCESSOR_PARAMETERS threads="1"/>
8787
<STREAM name="example_data" description="A description of the File Reader Stream"

0 commit comments

Comments
 (0)