From f5bd17d10e864eddb8576e8fca603ed993a863b8 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 17 May 2017 19:16:58 -0400 Subject: Release 1.0.1 --- Makefile | 2 +- RELEASES.md | 12 ++++++++++++ bfs.h | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 85680a0..ccf282d 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ##################################################################### ifeq ($(wildcard .git),) -VERSION := 1.0 +VERSION := 1.0.1 else VERSION := $(shell git describe --always) endif diff --git a/RELEASES.md b/RELEASES.md index 1032c01..b4911d7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,18 @@ === +1.0.1 +----- + +**May 17, 2017** + +Bugfix release. + +- Portability fixes that mostly affect GNU Hurd +- Implemented `-D exec` +- Made `-quit` not disable the implicit `-print` + + 1.0 --- diff --git a/bfs.h b/bfs.h index 3720b9a..67e8996 100644 --- a/bfs.h +++ b/bfs.h @@ -24,7 +24,7 @@ #include #ifndef BFS_VERSION -# define BFS_VERSION "1.0" +# define BFS_VERSION "1.0.1" #endif #ifndef BFS_HOMEPAGE -- cgit v1.2.3