summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-09-04 14:32:40 -0400
committerTavian Barnes <tavianator@tavianator.com>2016-09-04 14:32:40 -0400
commit8f93c9bc59781061eeb3fcdacd8d6dbb992763d9 (patch)
tree2c8f496c251a2c74702f5822eb69a354407dcc3f
parentae2c1dcdcdd585ae8f14b43200fb4143606eb5eb (diff)
downloadbfs-0.82.tar.xz
Bump the version to 0.82.0.82
-rw-r--r--Makefile2
-rw-r--r--RELEASES.md4
-rw-r--r--bfs.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b80873d..4b0bf7d 100644
--- a/Makefile
+++ b/Makefile
@@ -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
----
diff --git a/bfs.h b/bfs.h
index 81603e1..b03558f 100644
--- a/bfs.h
+++ b/bfs.h
@@ -20,7 +20,7 @@
#include <time.h>
#ifndef BFS_VERSION
-# define BFS_VERSION "0.79"
+# define BFS_VERSION "0.82"
#endif
#ifndef BFS_HOMEPAGE