diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASES.md | 4 | ||||
-rw-r--r-- | bfs.h | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -10,7 +10,7 @@ ##################################################################### ifeq ($(wildcard .git),) -VERSION := 0.79 +VERSION := 0.82 else VERSION := $(shell git describe --always) endif diff --git a/RELEASES.md b/RELEASES.md index e76518e..a6e9345 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -5,7 +5,7 @@ 0.82 ---- -**Unreleased** +**September 4, 2016** 62/76 GNU find features supported. @@ -28,7 +28,7 @@ - Implement `-fprint` - Implement `-fprint0` - Implement BSD's `-f` - +- Suggest fixes for typo'd arguments 0.79 ---- @@ -20,7 +20,7 @@ #include <time.h> #ifndef BFS_VERSION -# define BFS_VERSION "0.79" +# define BFS_VERSION "0.82" #endif #ifndef BFS_HOMEPAGE |