Skip to content

Commit

Permalink
Version bump to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Apr 21, 2015
1 parent 72dd662 commit fc331be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#define INPUT_BUFFER_SIZE 102400

const char *VERSION = "2.1.0";
const char *VERSION = "2.1.1";

long readFile(char *name, void **buffer) {
FILE *file;
Expand Down

0 comments on commit fc331be

Please sign in to comment.