diff --git a/ChangeLog b/ChangeLog index cc83bfc..9e64aff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +21.04.2016, 0.7.7-tear12 + - this release contains all changes from + Kris Rusocki's fork along with Makefile tweaks + to use CFLAGS from the environment and merely + append to it instead of overwriting + - GitHub repo is https://github.com/jsarenik/eeprog 29.02.2004, 0.7.6 - better error handling - read_from_eeprom bug fixed, thanks to Marek Michalkiewicz diff --git a/eeprog.c b/eeprog.c index 603f967..18553f9 100644 --- a/eeprog.c +++ b/eeprog.c @@ -35,7 +35,7 @@ #include #include "24cXX.h" -#define VERSION "0.7.6-tear12" +#define VERSION "0.7.7-tear12" #define ENV_DEV "EEPROG_DEV" #define ENV_I2C_ADDR "EEPROG_I2C_ADDR"