Skip to content

Commit 439fc0f

Browse files
authored
Merge pull request #647 from retiutut/development
Bump version to 4.1.7-beta.2 for Linux fix
2 parents b63df8a + 5ee6a22 commit 439fc0f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# v4.1.7
22
Use OpenBCIHub v2.1.0 please.
33

4-
## Beta 1
4+
## Beta 2
55

66
### Improvements
77
* Add prominent time display for all data modes #635

OpenBCI_GUI/Info.plist.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleShortVersionString</key>
2424
<string>4</string>
2525
<key>CFBundleVersion</key>
26-
<string>4.1.7-beta.1</string>
26+
<string>4.1.7-beta.2</string>
2727
<key>CFBundleSignature</key>
2828
<string>????</string>
2929
<key>NSHumanReadableCopyright</key>

OpenBCI_GUI/OpenBCI_GUI.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ import com.sun.jna.Pointer;
6060
// Global Variables & Instances
6161
//------------------------------------------------------------------------
6262
//Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
63-
String localGUIVersionString = "v4.1.7-beta.1";
63+
String localGUIVersionString = "v4.1.7-beta.2";
6464
String localGUIVersionDate = "November 2019";
6565
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";
6666
Boolean guiVersionCheckHasOccured = false;

0 commit comments

Comments
 (0)