Version bump to v0.9j

- Version bump requested by OEMs to easily determine whether the
firmware supports the new EEPROM reset feature. Other than that, no
significant changes.
This commit is contained in:
Sonny Jeon 2015-07-17 08:19:57 -06:00
parent cc38ae2471
commit 0427fd5b9f
4 changed files with 31 additions and 13 deletions

View file

@ -22,8 +22,8 @@
#define grbl_h
// Grbl versioning system
#define GRBL_VERSION "0.9i"
#define GRBL_VERSION_BUILD "20150620"
#define GRBL_VERSION "0.9j"
#define GRBL_VERSION_BUILD "20150717"
// Define standard libraries used by Grbl.
#include <avr/io.h>