diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASES.md | 9 | ||||
-rw-r--r-- | bfs.h | 2 |
3 files changed, 11 insertions, 2 deletions
@@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 1.1 +VERSION := 1.1.1 else VERSION := $(shell git describe --always) endif diff --git a/RELEASES.md b/RELEASES.md index 0c020b8..33a0379 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,15 @@ === +1.1.1 +----- + +**August 10, 2017** + +- Re-licensed under the BSD Zero Clause License +- Fixed some corner cases with `-exec` and `-ok` parsing + + 1.1 --- @@ -29,7 +29,7 @@ #include <time.h> #ifndef BFS_VERSION -# define BFS_VERSION "1.1" +# define BFS_VERSION "1.1.1" #endif #ifndef BFS_HOMEPAGE |