summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--bfs.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b80fa03..1ee29bc 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
#####################################################################
ifeq ($(wildcard .git),)
-VERSION := 0.67
+VERSION := 0.70
else
VERSION := $(shell git describe --always)
endif
diff --git a/bfs.h b/bfs.h
index b83da2f..3a85650 100644
--- a/bfs.h
+++ b/bfs.h
@@ -19,7 +19,7 @@
#include <time.h>
#ifndef BFS_VERSION
-# define BFS_VERSION "0.67"
+# define BFS_VERSION "0.70"
#endif
#ifndef BFS_HOMEPAGE