Skip to content

Commit

Permalink
Merge pull request #19 from cwhitney/develop
Browse files Browse the repository at this point in the history
Updated version numbers
  • Loading branch information
cwhitney authored Feb 27, 2018
2 parents 6e196bd + a6a8d19 commit 1d210d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Arduino/ss_basic/ss_basic.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
*/

#define VERSION "SS_v0.1.5"
#define VERSION "SS_v0.1.6"
#define FALSE_START_TICKS 4
#define MAX_RACERS 4

Expand Down
4 changes: 2 additions & 2 deletions apps/Silversprints/include/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// SILVERSPRINT_VERSION % 100 is the patch level
// SILVERSPRINT_VERSION / 100 % 1000 is the minor version
// SILVERSPRINT_VERSION / 100000 is the major version
#define SILVERSPRINT_VERSION 105
#define SILVERSPRINT_VERSION_STR "0.1.5"
#define SILVERSPRINT_VERSION 106
#define SILVERSPRINT_VERSION_STR "0.1.6"

0 comments on commit 1d210d6

Please sign in to comment.