Skip to content

Commit

Permalink
v1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Aug 4, 2014
1 parent 7d3dfe4 commit 304e456
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ to be available in the C library, is the zlib data compression library. To
install FLASH, download the tarball, untar it, and compile the code using the
provided Makefile:

$ tar xzf FLASH-1.2.10.tar.gz
$ cd FLASH-1.2.10
$ tar xzf FLASH-1.2.11.tar.gz
$ cd FLASH-1.2.11
$ make

The executable file that is produced is named 'flash'. To run it from the
Expand Down
2 changes: 1 addition & 1 deletion flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#include "read_queue.h"
#include "util.h"

#define VERSION_STR "v1.2.10"
#define VERSION_STR "v1.2.11"

#ifdef __WIN32__
# define PAGER "more"
Expand Down

0 comments on commit 304e456

Please sign in to comment.