Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
ChangeLog: Bump version to 0.7.7-tear12
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Sarenik committed Apr 21, 2016
1 parent 6957e22 commit d15ea0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion eeprog.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <sys/stat.h>
#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"
Expand Down

0 comments on commit d15ea0d

Please sign in to comment.