From e8892ce0517958f313a3d9a8888850f98713c4a2 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 10 Aug 2017 22:05:09 -0400 Subject: Release 1.1.1 --- Makefile | 2 +- RELEASES.md | 9 +++++++++ bfs.h | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f533a38..059efa9 100644 --- a/Makefile +++ b/Makefile @@ -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 --- diff --git a/bfs.h b/bfs.h index 0e43193..2b14b86 100644 --- a/bfs.h +++ b/bfs.h @@ -29,7 +29,7 @@ #include #ifndef BFS_VERSION -# define BFS_VERSION "1.1" +# define BFS_VERSION "1.1.1" #endif #ifndef BFS_HOMEPAGE -- cgit v1.2.3