diff --git a/OpenBCI_GUI/OpenBCI_GUI.pde b/OpenBCI_GUI/OpenBCI_GUI.pde index 4734abb..04da94d 100644 --- a/OpenBCI_GUI/OpenBCI_GUI.pde +++ b/OpenBCI_GUI/OpenBCI_GUI.pde @@ -979,7 +979,7 @@ void introAnimation() { textLeading(24); fill(31, 69, 110, transparency); textAlign(CENTER, CENTER); - text("OpenBCI GUI v2.1.1\nJanuary 2017", width/2, height/2 + width/9); + text("OpenBCI GUI v2.1.2\nJanuary 2017", width/2, height/2 + width/9); } //exit intro animation at t2 @@ -1039,4 +1039,4 @@ PVector getWindowLocation(String renderer) { } return l; } -//END OF CODE FOR FIXING WEIRD EXIT CRASH ISSUE -- 7/27/16 =========================== \ No newline at end of file +//END OF CODE FOR FIXING WEIRD EXIT CRASH ISSUE -- 7/27/16 ===========================