Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Aug 11, 2017
1 parent 758bb61 commit e8892ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
############################################################################

ifeq ($(wildcard .git),)
VERSION := 1.1
VERSION := 1.1.1
else
VERSION := $(shell git describe --always)
endif
Expand Down
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion bfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8892ce

Please sign in to comment.