Skip to content

Commit

Permalink
Bumped revision to 1.1.1 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrwat committed Sep 16, 2015
1 parent 62f16fa commit 09ca029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ver.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ typedef struct
/// The node type - value of '1' identifies node as a Servo CAN Node.
static const uint8_t node_type = 1;

static const uint8_t rev_ver = 0; ///< Version revision number.
static const uint8_t rev_ver = 1; ///< Version revision number.
static const uint8_t min_ver = 1; ///< Version minor number.
static const uint8_t maj_ver = 1; ///< Version major number.

Expand Down

0 comments on commit 09ca029

Please sign in to comment.