Skip to content

Commit f6164f9

Browse files
committed
Bump version number
1 parent 2a64237 commit f6164f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: MusicBeam/MusicBeam.pde

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import controlP5.*;
1010
import ddf.minim.*;
1111
import ddf.minim.analysis.*;
1212

13-
String version = "2.3.1";
13+
String version = "2.4.0";
1414

1515
public Boolean debugMode = false;
1616

@@ -334,7 +334,7 @@ float getLevel()
334334

335335
private boolean hasEnoughScreenDevices()
336336
{
337-
GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); //<>//
337+
GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); //<>// //<>//
338338
GraphicsDevice[] gs = ge.getScreenDevices();
339339
return gs.length > 1;
340340
}

0 commit comments

Comments
 (0)