summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-03-12 16:12:29 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-03-12 16:12:29 -0500
commit19ff6cafb9dbd206d48cd78e0f9d82e8645df06f (patch)
treede6d419ef0924ce367303840d48f61c98972ca35
parentf1401f09c59363170f021c4a1676735be2e3cc44 (diff)
downloadbfs-19ff6cafb9dbd206d48cd78e0f9d82e8645df06f.tar.xz
Bump the version to 0.74.0.74
-rw-r--r--Makefile2
-rw-r--r--bfs.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1ee29bc..01aec38 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
#####################################################################
ifeq ($(wildcard .git),)
-VERSION := 0.70
+VERSION := 0.74
else
VERSION := $(shell git describe --always)
endif
diff --git a/bfs.h b/bfs.h
index f0aaada..d5cc343 100644
--- a/bfs.h
+++ b/bfs.h
@@ -19,7 +19,7 @@
#include <time.h>
#ifndef BFS_VERSION
-# define BFS_VERSION "0.70"
+# define BFS_VERSION "0.74"
#endif
#ifndef BFS_HOMEPAGE