Skip to content

Commit

Permalink
Next version is going to be 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed May 12, 2016
1 parent 6cdce8a commit c1d22fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linnstrument-firmware.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*=====================================================================================================================
======================================== LinnStrument Operating System v1.3.0 =========================================
======================================== LinnStrument Operating System v1.2.5 =========================================
=======================================================================================================================
Operating System for the LinnStrument (c) music controller by Roger Linn Design (www.rogerlinndesign.com).
Expand Down Expand Up @@ -54,8 +54,8 @@ For any questions about this, contact Roger Linn Design at support@rogerlinndesi

/******************************************** CONSTANTS ******************************************/

char* OSVersion = "130.";
char* OSVersionBuild = ".030";
char* OSVersion = "125.";
char* OSVersionBuild = ".031";

// SPI addresses
#define SPI_LEDS 10 // Arduino pin for LED control over SPI
Expand Down

0 comments on commit c1d22fc

Please sign in to comment.